How do I enable/disable PHP register_globals and safe_mode?

To enable/disable register_globals and safe_mode in your account, please

  1. Create a php.ini file in the public_html/ folder of your account
  2. Add the below line in the file

    register_globals = on (or off)
    safe_mode = on (or off)

  3. Save the file
  • 0 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

Where should I install CGI scripts in my account?

All CGI scripts (.cgi, .pl files) should be uploaded to the cgi-bin folder, in your account.Be...

How to enable some PHP functions?

For security purposes, we have disabled several PHP functions that are deemed dangerous. We do...

How to enable PHP 5.3?

It is easy to enable PHP 5.3 in your web site:   Create a file .htaccess in the web folder...

Which scripting languages do you support?

Currently we support PHP 4, PHP 5, CGI (Perl) and Ruby On Rails.

How to activate PHP 4?

To execute your PHP scripts with PHP 4: 1) Login to cPanel2) Under Software/Services section,...