samuelcolvin/donkey-simple/master/DonkeySimple/site-template/cgi.htaccess - Htaccess File

samuelcolvin/donkey-simple/master/DonkeySimple/site-template/cgi.htaccess

# .htaccess apache config file suitable if you are serving the
# DS web interface with CGI.
# If you're not using CGI you can delete this,
# if you are you should rename it to .htaccess
Options +ExecCGI +FollowSymLinks
AddHandler cgi-script .cgi

RewriteEngine On

RewriteCond %{REQUEST_URI} !^.*/index.cgi$
RewriteCond %{REQUEST_URI} !^.*/repos/.*/static/.*$
RewriteCond %{REQUEST_URI} !^.*/static/.*$
RewriteCond %{REQUEST_URI} !^.*/site/.*$
RewriteCond %{REQUEST_URI} !^.*/repos.zip$
RewriteCond %{REQUEST_URI} !^.*/site.zip$
RewriteRule ^(.*) index.cgi

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, static

Comments

Apache