I am using the subdomain m.mysite.com to redirect vi .htaccess
-placed in:
/subdomains/httpdocs/.htaccess
with content:
# Redirects (from site path to URL)
Redirect http://m.mysite.com/ http://www.mysite.com/forum/mo/index.php?type=wap
When i browse on my mobile it takes me to :
403: Access denied
Could anyone please advise the proper code and file location for .htaccess?