Sunday, June 29, 2008

Redirecting with the help of .htaccess

Add following line in .htaccess file in the directory you want to redirect to somewhere else.

Code:
--------------------------------------------------
RedirectMatch .* http://domainname/PathToFile
--------------------------------------------------

No comments: