hey all i know this is not the right place to post this but i didnt know which category it went under so sorry to the admins!
i am trying to redirect 3 domain names one will stay normall and 2 others will go to subfolder here is what i have so far
Code:
# RewriteEngine on
#RewriteCond %{HTTP_HOST} gamemasterx.com$ [NC]
#RewriteCond %{REQUEST_URI} !^/vhost/site/location1/.*$
#RewriteRule ^(.*)$ /vhost/site/location1/$1 [L]
#
#RewriteCond %{HTTP_HOST} lifesforum.com$ [NC]
#RewriteCond %{REQUEST_URI} !^/vhost/site/location2/.*$
#RewriteRule ^(.*)$ /vhost/site/location2/$1 [L]
but nothing seems to be hapening please tell me what im doing wrong i need help
thank you for reading
p.s. i am useing brinkster.com as my host