Skip to content

Instantly share code, notes, and snippets.

@hail2u
Created April 23, 2009 11:26
Show Gist options
  • Save hail2u/100458 to your computer and use it in GitHub Desktop.
Save hail2u/100458 to your computer and use it in GitHub Desktop.
# Rewriting example for: http://example.com/weblog/blosxom.cgi
DirectoryIndex index.html blosxom.cgi
RewriteEngine on
RewriteBase /weblog
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ blosxom.cgi/$1 [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment