hi all,
im wondering how to redirect traffic from a subfolder folder to my root. an example would be if a user went to: www.mysite.com the htaccess file would redirect them to: www.mysite.com/ver2
ive used redirects in .htaccess like this:
Redriect /new http://www.mysite.com
but that redirects to the root. so would i do something like this:
Redriect / http://www.mysite.com
OR
Redirect mysite.com http://www.mysite.com/ver2
?
thanks, yo.