sean my site says i can add this
Code:
You are able to make your web site always appear with the address www.worldofarkania.net.
Please use the follwoing code in a .htaccess file to redirect your url
from worldofarkania.net to www.worldofarkania.net.
-------------------------------
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^worldofarkania.net [NC]
RewriteRule (.*)$ http://www.worldofarkania.net/$1 [L,R=301]
-------------------------------
You are able to make this redirection for any of your domain names on your Servage account. but i have 4 sites
Code:
http://worldofarkania.net/Watchers_Art/portal.php
http://worldofarkania.net/ReakNCrew/portal.php
http://worldofarkania.net/Reak_N_Crew/index.php
http://worldofarkania.net/Links.html
my 5th site seems to open with the www it was the first forum site i made with the domain name worldofarkania.net
World of Arkania :: Index
im thinking the
htaccess i added to my root {/www} is causing this main site to open with www in it
none of them are adding the www to the front of them, i dont understand, placeing the
htaccess in the root directory, is my root "/" or in the /www root or do i place them in the root file ifthe sites folder as in Watchers_Art
and ReakNCrew Or.... do i have to rewright the script for each site?
and am i supost to name the file htaccess than a . than htaccess again, like this hope this is not to taxing of a question the FaQ/helpcenter on my site did not tell me how to add it all it says is what i put above