How can I diable register global on wampserver3.1.9_x64 localhost?

246 Views Asked by At

I have an web application i want to install on my local host server using wamp, the app requires register global OFF on server configuration.

I have tried some solutions online but is not solving the problem.

enter image description here

1

There are 1 best solutions below

0
Toni Ilić On

I suggest you find the php.ini for apache and set "register_globals = off". The wamp manager icon has a menu list, you can edit the apache configuration there.