phpinfo'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:
- Top Forum Posters Required by ahmansoor
- Project for Edmund by DorisC
- Nonpublic project #328415 by slipp
- Oscommerce small CCGV +Affiliate fix by fullecommerce1
- Banners design for a website, splash page presentation and sell page design by bullco
- Project for BeiManiago #2 by uchoa55
- Nonpublic project #328412 by bunnyg
- Number of small changes to 2 websites - pls read details by sanet
- Need quick fix for OSC site by flyhead64
- Project For "creator115". by sunconsultancy1

