Jump to content

How to .htaccess


Recommended Posts

Hi all

i want to redirect my non www to www version by htacees and i did it with

RewriteEngine On

RewriteCond %{HTTP_HOST} ^kathmanduclothing.com

RewriteRule (.*) http://www.kathmanduclothing.com$1 [R=301,L]

 

but the problem is Prestashop keeps removing my redirecting code in weeks or days to its default code and makes the domain to non www version again and again which is very bad by seo perspective.

 

So i just want to add this code for permanent . i mean while we generate a new htaccess file i want that code in it as a default and want to stop the prestashop removing the code itself.

 

Please help on this

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...