Opened 19 years ago
Closed 19 years ago
#2076 closed defect (invalid)
invalid php settings in .htaccess file
| Reported by: | simon kenyon | Owned by: | xris |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
i have been working to get mythweb working again on my system. looking at the php documentation is says that the following:
safe_mode, file_uploads and allow_url_fopen
can not be set in an .htaccess file and have to be placed in a php.ini file instead. the only one that caused me problems was allow_url_fopen.
easy to fix, but perhaps a comment should be placed in .htaccess to this effect.
Note:
See TracTickets
for help on using tickets.

You mean the comment that says:
# These settings are intended for apache 2.x. If your version of apache # doesn't support php_value, or things like memory_limit aren't working # as expected, then use these settings as examples for your own php.ini # files.