want to use "www" with my domain always
-
sedonagate
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 23
-
Thank you received: 0
-
-
8 years 9 months ago #4724
by sedonagate
How can I use ReDj to make my domain always appear like
www.mydomain.com, rather than mydomain.com.
Thank you for your help!
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
8 years 9 months ago #4727
by admin
You can add a rule into .htaccess site:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain\.com$
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [L,R=301]
Or with a ReDJ rule:
From URL: ^https?://mydomain\.com/
To URL: {scheme}://www.mydomain.com{path}{queryfull}
Request only: false (unchecked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.168 seconds