301 htaccess
-
hi guys I need help regarding .htaccess, I’m confuse I have an existing .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /mysite2009/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /mysite2009/index.php [L]
</IfModule>
# END WordPressAnd I want to add this lines
RewriteCond %{HTTP_HOST} ^domain\.tld$ [NC]
RewriteRule ^(.*)$ hEp://www.domain.tld/$1 [R=301,L]Now I don’t know where to add or remove some line here.
Thanks in advance
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘301 htaccess’ is closed to new replies.