× Here you can get community support related to ReDJ.

want to use "www" with my domain always

  • sedonagate
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 2 weeks ago #4724 by sedonagate
want to use "www" with my domain always was created 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.

More
10 years 2 weeks ago #4727 by admin
Replied by admin on topic want to use "www" with my domain always
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.094 seconds