apache directives for register_globals - and .htaccess

Discussion in 'Installation/Configuration' started by kterz, Jun 21, 2009.

  1. kterz

    kterz New Member

    Hi,
    this problem is slowly crushing my head.
    I have a standard ispconfig 3.0.1 installation on my live webserver. A few days ago, a client asked me to turn register_globals to "on" for his site. The thing is, I just can't get it to work.
    I have tried the following things:
    1) an .htaccess file
    2) apache directives (php_value register_globals 1 - or on) on the sites page in ispconfig
    none of these options work. I am using the Fast-CGI option on the site.

    Anybody has any ideas? Thanks!
    kyriakos

    server: ubuntu 9.04
     
    Last edited: Jun 21, 2009
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) .htaccess files will not work for this for security reasons and also for 2)
    2) php_value and php_admin_flag are directives for mod_php, so they can inly be used for mod_php setups and not fastcgi.
     
  3. kterz

    kterz New Member

    thank you very much for the informative answer
     

Share This Page