hi all, i have a subdomain lets say, http://subdomain.domain.com, which is basically a image showing some error message, i want to have a .htaccess which can make any url/link like http://subdomain.domain.com/somelink.html http://subdomain.domain.com/xyz/abc/whatever/ to redirect back to http://subdomain.domain.com/ -slax
You need something like that: RedirectMatch 301 ^subdomain/$ http://subdomain.domain.com/ Code (markup):