Skip to content

Instantly share code, notes, and snippets.

@r8or0pz
Created August 26, 2015 10:05
Show Gist options
  • Save r8or0pz/596a137c333a6701c282 to your computer and use it in GitHub Desktop.
Save r8or0pz/596a137c333a6701c282 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteRule ^/servicestatus$ /servicestatus.php [L]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment