public
Description: naoa fork for my personal use
Homepage:
Clone URL: git://github.com/typester/naoa.git
naoa / .htaccess
100644 9 lines (7 sloc) 0.204 kb
1
2
3
4
5
6
7
8
9
DirectoryIndex nanoa.cgi
<FilesMatch "(\.(pm|mt|conf)|~)$">
    Deny from All
    Order deny,allow
</FilesMatch>
 
# if .htaccess is being processed, the value is set to 1
SetEnv HTTP_NANOA_USE_HTACCESS 1