Skip to content

Instantly share code, notes, and snippets.

@myano
Created December 21, 2011 05:53
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 myano/1504802 to your computer and use it in GitHub Desktop.
Save myano/1504802 to your computer and use it in GitHub Desktop.
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^logs/\d\d\d\d\-\d\d-\d\d.*$ logs/index.cgi [L]
RewriteRule ^.osurb/\d\d\d\d\-\d\d-\d\d.*$ .osurb/index.cgi [L]
RewriteRule ^logs/today$ logs/today.php [L]
RewriteRule ^tr/.*$ tr/index.cgi [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment