On most of my Etomite based sites I have a .htaccess file with variations of the following in it:
RewriteEngine On
# RewriteBase /~jscubado/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]However, this doesn't solve a problem I'm having.
To improve my search engine rankings, I'd like everyone to be treated as if they came to my web site using a URL including www. That is, I don't want to be seen as splitting my page rank across two domains.
I want it so as if people put in the URL, http://scubadoctor.com.au/service.htm, they will get the URL http://www.scubadoct....au/service.htm
Can anyone help me to create a .htaccess file that achieves this?
Best Regards, Lloyd Borrett.

Sign In
Register
Help
MultiQuote