View Single Post
Old May 19th, 2008, 12:45 PM   #1 (permalink)
JakeSee
Registered User
Comfy Contributor
 
Joined in Jun 2005
Lives in Singapore
Hosted on Pass15
120 posts
Gave thanks: 2
Thanked 0 times
htacceass allow_url_fopen and register_globals

sorry, but i a not familiar with HTACCESS..

i currently have


AuthType Basic
AuthName "Admin Control"
AuthUserFile "/home/jttechno/.htpasswds/admin/passwd"
require valid-user

I want to add

allow_url_fopen and register_globals

but this doesnt work

AuthType Basic
AuthName "Admin Control"
AuthUserFile "/home/jttechno/.htpasswds/admin/passwd"
require valid-user

php_flag allow_url_fopen on

(i solved the register globals by invoking a function to do foreach $superglobal as $value => $key ....)


Any help please? thanks in advance!
__________________
Regards,
Jake See
Pass15:
http://www.vuox.com
JakeSee is offline   Reply With Quote