hi there,
i have a .htaccess file written like below
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?hoops4life\.com$ [nc]
RewriteCond %{REQUEST_URI} !^/gallery [NC]
RewriteCond %{REQUEST_URI} !^/gallery/index.php [NC]
RewriteCond %{REQUEST_URI} !^/sportsbetanalysis [NC]
RewriteRule ^(.*)$
http://www.hoops4life.com/home/$1 [R=301,L]
i want to make my site when type in hoops4life.com it'll redirect to hoops4life.com/home
cos my index file is in the /home folder, and also when i type in hoops4life.com/abc will go to /abc etc etc
is there anything wrong with the code?
because please try to type in hoops4life.com you can see what is the problem appears...
thanks, hope someone can help.