http://mysite.com/top-plan-visit/top-school.html
This is not really terrible, but I'd love if someone can point me to a rewrite rule which can strip out those prefixes. I'd like to remove "top-" and "left-"
Right now, my rewrite rules look like this:
Code: Select all
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
Thanks if anyone has a suggestion.