[How To?] how to make the 301 rewrite ? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] how to make the 301 rewrite ? (/thread-207567.html) |
how to make the 301 rewrite ? - gunrose2003 - 2017-01-20 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. |