Possible Duplicate:
using seo user friendly in php
I have 3 PHP files: index1.php, index2.php and index3.php
Lets assume I want to have the following SEO paths:
/seo-path1/
/seo-path2/
/seo-path3/
How I could configure the .htaccess file so when a request comes from these sub folder, it redirects to their respective PHP file?
/seo-path1/ ---> goes to index1.php
/seo-path2/ ---> goes to index2.php
/seo-path3/ ---> goes to index3.php
Thanks in advance. Greets. Jose.