MyBB Support

Redirect from Http?

Submitted by Mr_Joker, , Thread ID: 4837

Thread Closed

RE: Redirect from Http?

#3
Add this to your .htaccess file
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]

This will add the WWW prefix to your domain names in URLs

Users browsing this thread: 3 Guest(s)