Skip to content

Instantly share code, notes, and snippets.

@djacobs
Created November 3, 2009 18:12
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 djacobs/225297 to your computer and use it in GitHub Desktop.
Save djacobs/225297 to your computer and use it in GitHub Desktop.
bobcousy@bobcousyslisp.com [~/public_html]# cat .htaccess
AddHandler fastcgi-script .fcgi
# rewrite url request enabled
RewriteEngine On
# if the FILENAME requested isn't an actual file, perform the next command
RewriteCond %{REQUEST_FILENAME} !-f
# send requested urn to the dispatch.fcgi to be processed
RewriteRule ^(.*)$ dispatch.fcgi/$1 [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment