projects
/
insipid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25f3c4
)
htaccess updated with new options. they are optional
author
Banana
<banana@colossus.de>
Sun, 10 Mar 2013 11:55:56 +0000
(12:55 +0100)
committer
Banana
<banana@colossus.de>
Sun, 10 Mar 2013 11:55:56 +0000
(12:55 +0100)
htaccess
patch
|
blob
|
history
diff --git
a/htaccess
b/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]