Hi!
Please, help me setup redirection from ; to ;
On mydomain I install wordpress and htaccess file looked like:
================================================== ==
================================================Code:# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
In the file begin, I insert this code:
================================================
================================================Code:# Always use www in the domain # Replace 'mydomain.com' with your domain name RewriteEngine on RewriteCond %{HTTP_HOST} ^([a-z.] )?mydomain\.com$ [NC] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .? ; [R=301,L]
And as result, htaccess file look like:
================================================
================================================Code:# Always use www in the domain # Replace 'mydomain.com' with your domain name RewriteEngine on RewriteCond %{HTTP_HOST} ^([a-z.] )?mydomain\.com$ [NC] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .? ; [R=301,L] # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
But it doesn't help. Browser write - "WRONG REDIRECTION"
Please help me
Thanks!
--
Dmitry


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks