Want to change everything without the www to www
-
Chacapamac
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 37
-
Thank you received: 0
-
-
11 years 1 month ago - 11 years 1 month ago #2470
by Chacapamac
Thanks Luigi, my english is not perfect
Your example help me understand Red DJ better thanks...
Last edit: 11 years 1 month ago by Chacapamac.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 1 month ago #2473
by admin
Your English is better then mine for sure
For any further question you are welcome.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
11 years 3 days ago - 11 years 3 days ago #2671
by yemarketing
What about change all www to without the www?
What & where should I add to the .htaccess file
Thanks.
Last edit: 11 years 3 days ago by yemarketing.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 3 days ago #2673
by admin
Hi,
try to add this directive into the .htaccess file:
RewriteCond %{HTTP_HOST} ^www\.
RewriteRule ^(.*)$ http://<YOUR_DOMAIN>/$1 [R=301,L]
Replace <YOUR_DOMAIN> with your domain without the www part.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.136 seconds