I want to know what I need to put in the .htaccess to do the follow.
When people call one of my pages... example
[
mydomain.com...]
or
[
mydomain.com...]
that it would create these pages on the fly from a file called cookscities.php
Then the pages cookscities.php would pull the values from the URL for the city and state and place it on the page.
So for sample requested page:
[
mydomain.com...]
my page
cookscities.php
Inserts value of URL on page content city value but remove the "-" if there is one and also places the state 2 letters.
So the page title would say:
Find Cooks in New York NY
Thanks for help.