]> 91.132.146.200 Git - insipid.git/commitdiff
htaccess updated with new options. they are optional
authorBanana <banana@colossus.de>
Sun, 10 Mar 2013 11:55:56 +0000 (12:55 +0100)
committerBanana <banana@colossus.de>
Sun, 10 Mar 2013 11:55:56 +0000 (12:55 +0100)
htaccess

index 4eccf00527a3dbf92378554f31f90c897b4cfd9b..87ff7debd2b407a2d6c67883a9ba3d66441bbeda 100755 (executable)
--- a/htaccess
+++ b/htaccess
@@ -1,5 +1,12 @@
+# add +ExecCGI if this option is not set
 Options +FollowSymlinks -Indexes
 
+# add the following line if you want to lauch inspid without insipid.cgi
+#DirectoryIndex index.cgi insipid.cgi
+
+# add the following line if the addhandler is not set
+#AddHandler cgi-script .cgi .pl
+
 RewriteEngine On
 RewriteBase /yourwebdirectory
 RewriteRule ^bookmarks/(.*) insipid.cgi?tag=$1 [QSA]