From: Banana Date: Sun, 10 Mar 2013 11:55:56 +0000 (+0100) Subject: htaccess updated with new options. they are optional X-Git-Tag: 2.1-alpha-2019-0-29~64 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=394e14d918fc6219ade326368509820a9ab8a658;p=insipid.git htaccess updated with new options. they are optional --- diff --git a/htaccess b/htaccess index 4eccf00..87ff7de 100755 --- 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]