htaccess
htaccess
Out of context: Reply #7
- Started
- Last post
- 11 Responses
- Duane0
You can add this to .htaaccess and it should do the trick.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
You can add this to .htaaccess and it should do the trick.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]