Jump to content

[SOLVED] www.


Guest

Recommended Posts

Very easy my friend. Simple add this to the beginning of your .htaccess:

 

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule ^/(.*) http://www.example.com/$1 [R=301,L]

 

If you need more help, please let me know. Also you may want to check out this .htaccess reference.

Link to comment
https://forums.phpfreaks.com/topic/42749-solved-www/#findComment-207624
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.