Community Page
- www.phpfour.com/blog Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for the sharing.
- Twe2 as it is now is no more!
- Hello Austin, good to know the base class helped you. And thanks for sharing the snippet for allowing multiple items :)
- Sorry, you have to redirect to Paypal's website for payment - it is mandatory.
- Thanks
Md Emran Hasan (phpfour)
This is Emran Hasan's blog for PHP, CSS, XHTML, JavaScript, Web 2.0, AJAX, Usability, and Web Standards related views, ideas, and sharing.
I have been trying to remove the open_basedir directive from my php configuration to allow seamless CURL operation in my server (Plesk based).
As the first step, I edited the /etc/php.ini file and set the directive to none. It made the master value for open_basedir to none. But ... Continue reading »
As the first step, I edited the /etc/php.ini file and set the directive to none. It made the master value for open_basedir to none. But ... Continue reading »
1 year ago
If you open httpd.include you see at the top DO NOT MODIFY THIS, USE vhosts.conf You also see this is the file setting open_basedir value.
I tried doing your httpd.conf didn't work so when I saw the warning message in httpd.include regarding vhost.conf I tried it.
I put your exact code in vhost.conf and did the 2 commands you said to do after, and it worked.
Thanks,
Larry