Want to change everything without the www to www
-
Chacapamac
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 37
-
Thank you received: 0
-
-
10 years 10 months ago - 10 years 10 months ago #2470
by Chacapamac
Thanks Luigi, my english is not perfect
Your example help me understand Red DJ better thanks...
Last edit: 10 years 10 months ago by Chacapamac.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 10 months 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
-
-
10 years 9 months ago - 10 years 9 months 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: 10 years 9 months ago by yemarketing.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 9 months 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.134 seconds