Skip to content

Instantly share code, notes, and snippets.

@nbish11
Created September 18, 2013 03:55
Show Gist options
  • Select an option

  • Save nbish11/6604360 to your computer and use it in GitHub Desktop.

Select an option

Save nbish11/6604360 to your computer and use it in GitHub Desktop.
Advanced Redirect: Pass the requested path to index.php.
## Advanced Redirect
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment