From: <var...@us...> - 2019-04-19 08:38:32
|
Revision: 10113 http://sourceforge.net/p/phpwiki/code/10113 Author: vargenau Date: 2019-04-19 08:38:31 +0000 (Fri, 19 Apr 2019) Log Message: ----------- Force PHP 5.6 for Free, remove old comments Modified Paths: -------------- trunk/.htaccess Modified: trunk/.htaccess =================================================================== --- trunk/.htaccess 2019-04-19 08:31:00 UTC (rev 10112) +++ trunk/.htaccess 2019-04-19 08:38:31 UTC (rev 10113) @@ -1,26 +1,8 @@ -<IfModule mod_php4.c> +<IfDefine Free> +php56 1 +</IfDefine> -# For added security (and PhpWiki debugging purposes) you may want to -# uncomment the following lines. (On the other hand, depending on -# how your server and how it is configured, these lines might -# cause "Internal Server Errors".) - -# php_flag register_globals off -# php_flag track_vars on -# php_flag allow_url_fopen off - -</IfModule> - <Files *.ini> Order deny,allow Deny from all </Files> - -# Try various wiki versions, like wiki, wikide, wikisidebar, ... -# Requires certain AllowOverride permissions (which?) -# <Files "wiki*"> -# SetHandler application/x-httpd-php -# <IfDefine APACHE2> -# AcceptPathInfo on -# </IfDefine> -# </Files> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |