On Fri, Oct 24, 2003 at 02:59:58PM +0200, Ryan A wrote: : : (we are on a shared host and so dont have access to our php.ini file) : we are planning to turn globals off via a .htaccess file...nearly all our : php files are in root (/www/) , but we are also running a third party : application 1 directory above root (/www/theApplication/) which requires : globals on, when we tried to use a htaccess to turn off globals in the root : all sub directories too went off...so we added another .htaccess in the sub : and we got errors.... : : What to do? how can we have globals off everywhere but in the : /www/theApplication/
You should be able to put an .htaccess file disabling globals into /www/, then put an .htaccess file enable globals into /www/theApplication/. If this setup causes problems, feel free to report back. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php