Skip to content

Instantly share code, notes, and snippets.

@gmambro
Created October 23, 2015 15:14
Show Gist options
  • Save gmambro/34d5280bb84b34a48fe7 to your computer and use it in GitHub Desktop.
Save gmambro/34d5280bb84b34a48fe7 to your computer and use it in GitHub Desktop.
<Location /limesurvey>
RewriteEngine on
RewriteBase /limesurvey
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)\?*$ index.php [QSA,L]
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment