MyBB Community Forums

Full Version: Url redirection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I need a little help here..I want to redirect users who type http://mzoneph.com but they will be redirected to http://www.mzoneph.com
Hello brother MaC/MZ Admin!

You can do it like this:

Add this in your htaccess file

RewriteEngine on

rewritecond %{http_host} ^mzoneph.com [nc]
rewriterule ^(.*)$ http://www.mzoneph.com/$1 [r=301,nc]



Then in your ACP:
Change your Board URL to > http://www.mzoneph.com