php_value's archive
Enable register_globals in one virtual host
by alamster in June 27th, 2008
one of my client wanna install prestashops.
They want register globals off and session autostart setting to off.
Those setting only applied to their store only, not affect whole setting.
Because I have setting to httpd.conf I just add two lines :
<VirtualHost 222.124.140.27 >
ServerAdmin webmaster@clientdomain.com
DocumentRoot /home/clientname/public_html/store
ServerName store.clientname.com
php_flag register_globals off
php_value session.auto_start 0
</VirtualHost>
Yes, master value leave intact and this setting [...]
Freelance Project:
- Craigslist Ad Copywriter by dayoneprofits
- 1500000 or more visitors for 4 months to my website by DDAB27
- touch-up and slim down existing code by siglesias
- CL Posting Project by dayoneprofits
- GET ME SOME TRAFFIC by timur1505
- Make a simple html web template by lanichesante
- SugarCRM or Other CRM - Used for Lead Management System by eManager
- Nonpublic project #327933 by Teach
- Nonpublic project #327929 by boredgames
- Implement Script For ABK-Soft by Sakuuna

