AllowOverride All

Discussion in 'General' started by vaio1, Nov 12, 2009.

  1. vaio1

    vaio1 Member

    Is this correct?

    Code:
    <Directory "/var/www/web60/web">
    Options FollowSymLinks
    AllowOverride All
    </Directory>
    upload_max_filesize = 20M
    post_max_size = 20M
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The override part looks fine. The other lines are for php? Then you missed to add php_admin_value or php_admin_flag in front of it.
     
  3. vaio1

    vaio1 Member

    but it doesn't Wokr at all.
    I have to set the main php.ini file to set those values.
     

Share This Page