diff options
author | 2021-12-27 15:58:27 +0100 | |
---|---|---|
committer | 2021-12-27 15:58:27 +0100 | |
commit | bd13286d87e6273db0f55e8fd95ba3730171def4 (patch) | |
tree | e577625a7afbe553925c8c99e2c50ae302a32362 /search/.htaccess | |
download | website-bd13286d87e6273db0f55e8fd95ba3730171def4.tar.gz website-bd13286d87e6273db0f55e8fd95ba3730171def4.zip |
Initial commit
Diffstat (limited to 'search/.htaccess')
-rw-r--r-- | search/.htaccess | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/search/.htaccess b/search/.htaccess new file mode 100644 index 0000000..0807852 --- /dev/null +++ b/search/.htaccess @@ -0,0 +1,9 @@ +AddHandler cgi-script .cgi +Options +ExecCGI +DirectoryIndex index.cgi + +#AuthType Basic +#AuthName "Accesso ad area riservata" +#AuthUserFile /home/jbazwqye/public_html/search/.htpasswd +#AuthUserFile /home/alessandro/devel/website/search/.htpasswd +#Require valid-user |