Guest User

Untitled

a guest
Mar 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ### MAIN REWRITE - This will ignore directories
  2. RewriteCond %{REQUEST_FILENAME} !-d
  3. RewriteRule ^blog/category/([a-z]+/[0-9]+)/$ /symphony/index.php?page=blog/$1&%{QUERY_STRING} [L]
  4. RewriteRule ^(.*)\/$ /symphony/index.php?page=$1&%{QUERY_STRING} [L]
Add Comment
Please, Sign In to add comment