
01-06-2013, 05:53 AM
|
|
New Member
|
|
Join Date: Jan 2013
Posts: 5
|
|
I'm using this before:
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.domain\.net$
RewriteRule ^(.*)$ http://www.domain.net/$1 [R=301,L]
|
Is the right?
Or I should remove:
Options +FollowSymLinks
RewriteBase /
|