Php created list in .htaccess
Posted: Mon Jun 20, 2005 9:52 pm
I am going to have about 200 pages which I would like to have in the form
http://www.domain.com/Page Name/
which would be mod_rewritten into
http://www.domain.com/landingPage.php?k=Page Name
I only want to redirect the pages that are present in a mysql database. Is it possible to mod_rewrite based on a list outputt by a php file [the php file would read all entries in a table and echo them].
http://www.domain.com/Page Name/
which would be mod_rewritten into
http://www.domain.com/landingPage.php?k=Page Name
I only want to redirect the pages that are present in a mysql database. Is it possible to mod_rewrite based on a list outputt by a php file [the php file would read all entries in a table and echo them].