Forum Moderators: phranque
#Add City Mod
RewriteRule ^([^/]+)/$ /State/$1/ [L]
Rule works great, but the problem is that I have to write additional rule for the rest of the pages I have in the city subfolders, like this:
RewriteRule ^([^/]+)/my-page\.htm$ /State/my-page.php?city=$1 [L]
So, now I'm looking to add more content to the city subfolders, is there a better way of setting up the first State Mod so I don't have to write additional rules for every page added?