haraldmartin/nordea-rb/master/examples/atom_feed/.htaccess - Htaccess File

haraldmartin/nordea-rb/master/examples/atom_feed/.htaccess

AddHandler cgi-script .cgi

RewriteEngine on
 
# foo.atom -> foo.cgi
RewriteRule ^(.+).atom$  $1.cgi
 
# Give Apache CGI access to HTTP auth, http://www.besthostratings.com/articles/http-auth-php-cgi.html
RewriteRule .*            -       [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache