|
02-16-2005, 11:27 AM | #1 |
Green Mole
Join Date: Feb 2005
Posts: 6
|
allow_url_fopen question
I would like to know if by setting allow_url_fopen to on in the .htaccess file for my phpdig directory will satisfy the requirement that allow_url_fopen be on for phpdig to work. My host would rather it not be on over all of my directories if at all possible. Thanks.
|
02-17-2005, 05:37 AM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
http://www.php.net/manual/en/ini.php#ini.list
Code:
Name Default Changeable Changelog allow_url_fopen "1" PHP_INI_SYSTEM PHP_INI_ALL in PHP <= 4.3.4. Available since PHP 4.0.4. Constant Value Meaning PHP_INI_USER 1 Entry can be set in user scripts PHP_INI_PERDIR 2 Entry can be set in php.ini, .htaccess or httpd.conf PHP_INI_SYSTEM 4 Entry can be set in php.ini or httpd.conf PHP_INI_ALL 7 Entry can be set anywhere
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
02-21-2005, 10:23 AM | #3 |
Green Mole
Join Date: Feb 2005
Posts: 1
|
What will happen if "allow_url_fopen" is off?
Thx |
02-21-2005, 02:14 PM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
MySQL Question | jackpod | How-to Forum | 1 | 09-21-2006 09:30 PM |
allow_url_fopen not supported | vuurvos | Script Installation | 1 | 10-05-2005 07:56 AM |
Yet Another indexing question | ffe | Troubleshooting | 4 | 01-23-2005 08:16 AM |
phpnuke 7.5 question | chris44gw | Coding & Tutorials | 2 | 12-09-2004 11:36 AM |
Security Risk: allow_url_fopen = ON | Rolandks | Troubleshooting | 0 | 10-07-2004 08:32 AM |