Php register_globals on

gigi

Verified User
Joined
Feb 8, 2008
Messages
33
Hallo, it is my very first time in this forum.
I have just passed to a VPS and here is the problem:
php forms do not elaborate data so I get msg without info etc.

I was told that it is a question of "register_globals on" but I didn't find any .htaccess to modify anywhere in the server.
I was told to add my own .htaccess file in every single account to make things working well, but I never came accross this problem so far in the previous server (managed!), so I never made this practise which would be a heavy routine every time...
Please how to cope with the problem for having my new VPS once for ever fixed??
Can I do anythink with DA?
Help, I am a beginner :(

Tnx all
 
You need to create a new .htaccess file and upload it to FTP. Content:
Code:
php_value register_globals on
 
Back
Top