i have this very simple .htaccess file to redirect "www.mysite.com/forums" to "forums.mysite.com"
Code:
Redirect 301 /forums http://forums.mysite.com
i would like to add an exception, because i need to be able to access "www.mysite.com/forums/admincp" and "www.mysite.com/forums/modcp", but with this script it will redirect me to the new address