gitpan/Nes/master/share/examples/hello_nes/tests-tt/.htaccess - Htaccess File

gitpan/Nes/master/share/examples/hello_nes/tests-tt/.htaccess

DirectoryIndex index.cgi index.pl index.nhtm index.html index.htm 
 
# ---------- Nes configuration --------------
# exec cgis
Options +ExecCGI
AddHandler cgi-script .cgi .pl

# Nes nhtml files
AddHandler perl-nes .nhtml
AddHandler perl-nes .nhtm
  
# nes dispatcher
Action perl-nes /cgi-bin/nes/dispatch.cgi

# protected Nes configuration and other files
<FilesMatch .(nsql|nes.cfg)$>
  order deny,allow
  deny from all
</FilesMatch>
#---------------------------------------------

On Github License

Files

Download PDF of Htaccess file

Comments

Apache