]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - .htaccess
FilesMatch is wrong. It will handle the phpwiki*.css as PHP types
[SourceForge/phpwiki.git] / .htaccess
1 # $Id: .htaccess,v 1.6 2004-03-12 21:35:35 rurban Exp $
2
3 <IfModule mod_php4.c>
4
5 # For added security (and PhpWiki debugging purposes) you may want to 
6 # uncomment the following lines.  (On the other hand, depending on
7 # how your server and how it is configured, these lines might
8 # cause "Internal Server Errors".)
9
10 #  php_flag register_globals off
11 #  php_flag track_vars on
12 #  php_flag allow_url_fopen off
13
14 </IfModule>
15
16 # Try various wiki versions, like wiki, wikide, wikisidebar, ...
17 # <Files "wiki*">
18 #   SetHandler application/x-httpd-php
19 #   <IfDefine APACHE2>
20 #    ForceType  application/x-httpd-php
21 #    AcceptPathInfo on
22 #   </IfDefine>
23 # </Files>