Skip to content

Instantly share code, notes, and snippets.

@janily
Forked from gmanricks/.htaccess
Created July 3, 2013 07:58
Show Gist options
  • Save janily/5916208 to your computer and use it in GitHub Desktop.
Save janily/5916208 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteRule ^/?Resource/(.*)$ /$1 [L]
RewriteRule ^$ /home [redirect]
RewriteRule ^([a-zA-Z]+)/?([a-zA-Z0-9/]*)$ /app.php?page=$1&query=$2 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment