27-Feb-2012, 04:10 PM
This is the community forum. For a developer response use the Client Area.
27-Feb-2012, 05:29 PM
Hi,
You could add this to your website's .htaccess file to make sure that the address always starts with "http://www.":
You could add this to your website's .htaccess file to make sure that the address always starts with "http://www.":
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite.org
RewriteRule (.*) http://www.mysite.org/$1 [R=301,L]
28-Feb-2012, 10:58 AM
Steven thanks for the answer.
I am doing tests, tests....
commentics cool script!
I am doing tests, tests....
commentics cool script!
21-May-2012, 02:52 PM
This worked for me, thanks
« Next Oldest | Next Newest »
Possibly Related Threads…
Thread / Author
Replies
Views
Last Post
Users browsing this thread: 3 Guest(s)