301 redirection in a specific file
by Nirmala[ Edit ] 2010-01-08 19:04:48
Hi..
To redirect a specific page to website in .htaccess file use the below format
redirect 301 /example.php http://example.com
The above code is used to redirect example.php file to example.com.