MyBB Community Forums

Full Version: how to make the 301 rewrite ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.