Forum Moderators: phranque
I want to redirect my site from www.domain.com to just [domain.com...]
My .htaccess file already has:
RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_FILENAME}!-d
RewriteRule ^(.*) index.php
which I need for SEF advance that I am running. Can someone please help explain what I need to change?
RewriteCond %{http_host} ^www\.domain\.jp [nc]
RewriteRule ^(.*)$ [domain.jp...] [r=301,nc]