Hi, How do I redirect a URL by htaccess? Please explain me with example.Regards,Thiyaghu CK
Hi,Using .htaccess you can redirect from one file another are even website. Before that you need to enable rewrite_module in your webserver. Then check with below code.RewriteEngine onRewriteRule ^1.php$ http://www.codeasearch.com