Want to change everything without the www to www
-
Chacapamac
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 37
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 10 months ago #2465
by admin
Hi,
you can do it with ReDJ but the best solution is to add a directive into the .htaccess file:
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Kind regards,
Luigi
The following user(s) said Thank You: Chacapamac
Please Log in or Create an account to join the conversation.
-
Chacapamac
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 37
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 10 months ago #2467
by admin
If you use the apache mod_rewrite rule you do not need to create any rule using ReDJ. Let me know if this is still not clear.
Please Log in or Create an account to join the conversation.
-
Chacapamac
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 37
-
Thank you received: 0
-
-
10 years 10 months ago #2468
by Chacapamac
Yes, understood, I just want to know how it will look when made wit Red DJ...
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 10 months ago #2469
by admin
Sorry... I did not understand...
Something like this should work:
From URL: https?://processco.net
To URL: {scheme}://www.processco.net{path}{queryfull}
Request only: false (not checked)
Kind regards,
Luigi
The following user(s) said Thank You: Chacapamac
Please Log in or Create an account to join the conversation.
Time to create page: 0.147 seconds