how to enable regsiter global variable through .htaccess

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

how to enable regsiter global variable through .htaccess

Post by eshban »

How can i modify my .htaccess file, so that it will TURN on the value of REGISTER_GLOBAL variable to true.
please guide.
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

Ya You Can Do it With a .htaccess file
==========================

Code: Select all

php_flag register_globals On
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm not sure what this thread has to do with Regex, so I'm moving this to Apache.

eshban, please take care in where you decide to post.
Post Reply