diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-06-27 13:47:30 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-06-27 13:47:30 +0200 |
commit | 94ca24d8c1f0d32ae90e81bd910d363b15f9f409 (patch) | |
tree | a257a738580a5a2a66b9e6754b1a4db204e8601a | |
parent | fe91856286b8445481ce291be1657a1b2db9cfc2 (diff) |
Add FollowSymLinks to htaccess
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Options -Indexes ExecCGI +Options -Indexes ExecCGI FollowSymLinks AddHandler cgi-script .cgi DirectoryIndex blogthon.cgi |