singpolyma/aggregator/master/.htaccess - Htaccess File

singpolyma/aggregator/master/.htaccess

DirectoryIndex config.ru index.xhtml
AddHandler cgi-script ru
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /config.ru [L]
</IfModule>
<FilesMatch ".(rb|yml)$">
Deny from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache