|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-01-30 02:45 UTC] rasmus
[2013-11-03 07:41 UTC] nicolas@php.net
[2019-10-15 14:47 UTC] nikic@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
Adding any PHP3 Module directive results in an Error 500. Note: Should safe mode have the capability of being overridden by .htaccess or should that only be an option in php.ini or srm.conf? Some ISPs may allow dot files to be uploaded. Example .htaccess file: IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName somedomain.com AuthUserFile /home/goo/blah/_vti_pvt/service.pwd AuthGroupFile /home/goo/blah/_vti_pvt/service.grp # -PHP3- php3_safe_mode 0 php3_include_path /home/goo/blah/media/include