From 394e14d918fc6219ade326368509820a9ab8a658 Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 10 Mar 2013 12:55:56 +0100 Subject: [PATCH] htaccess updated with new options. they are optional --- htaccess | 7 +++++++ 1 file changed, 7 insertions(+) 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] -- 2.39.5