Hi, I want to redirect html page to PHP pages through htaccess file. for example http://www.abc.com/abc.html to http://www.abc.com/cde.php Please help me. Thanks
If you want them redirected page by page us this: Redirect 301 /abc.html /cde.php Otherwise if you want to use rules, I wrote a tutorial on that a while ago: http://www.geekpedia.com/tutorial166_Creating-friendly-URLs-with-mod-rewrite.html You only need to modify the rules slightly to make them work with what you're looking for.