Is is possible to enable the php readfile function within .htaccess or within the virtual host, the functionality has been disabled by the sys admin who does not want to enable it. I need to enable it for a specific directory.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

If he explicitly disabled it in the php.ini, you can not re-enable it in other places, of course.

BTW, even if you'd find a way to do it ... if I would be your sysadmin I will discover the trick soon and I'll remove your account at all!

My hint is, find a hosting giving you this opportunity !

link|improve this answer
Found another solution, I used file_get_contents was nt disabled. Thx – Roland Jul 21 '10 at 13:45
You are welcome :) – AlberT Jul 22 '10 at 8:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.