D
Data@
Guest
I'm using Plesk for Windows/IIS with register_globals turned off by default in the php.ini.
Now a client of mine needs register_globals to be on for his site. I do not want to turn register_globals on by default in php.ini as this will put all other sites at risk.
On linux this could be easily done with .htaccess, but that doesnt work for Windows and IIS.
How do i enable register_globals for just one website?
Now a client of mine needs register_globals to be on for his site. I do not want to turn register_globals on by default in php.ini as this will put all other sites at risk.
On linux this could be easily done with .htaccess, but that doesnt work for Windows and IIS.
How do i enable register_globals for just one website?