2017-01-20, 06:52 AM
(This post was last modified: 2017-01-20, 05:56 PM by gunrose2003.)
Hi , I met a problem.
when i add the 301 rewrite into htaccess as the below:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^ abc.com$ [NC]
RewriteRule ^(.*)$ http://www.abc.com/$1 [R=301,L]
every user can't login to the website.
Besides, i installed a "SEO title" plugin, the plugins module was crashed.
How to make the URL friendly(html showing), and also make the websites operate smoothly.
Thank you in advance.
when i add the 301 rewrite into htaccess as the below:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^ abc.com$ [NC]
RewriteRule ^(.*)$ http://www.abc.com/$1 [R=301,L]
every user can't login to the website.
Besides, i installed a "SEO title" plugin, the plugins module was crashed.
How to make the URL friendly(html showing), and also make the websites operate smoothly.
Thank you in advance.