Skip to content

Instantly share code, notes, and snippets.

/.htaccess Secret

Created March 23, 2015 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6d07e51100f75fcb488d to your computer and use it in GitHub Desktop.
Save anonymous/6d07e51100f75fcb488d to your computer and use it in GitHub Desktop.
RewriteCond %{REQUEST_URI} !_processed_
RewriteCond %{REQUEST_URI} ^/?media/.*
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule ^(.*)$ index.php?type=1424796397 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment