i have problem with .htaccess and (sub)domain

Discussion in 'General' started by MyKE, Mar 12, 2010.

  1. MyKE

    MyKE Member

    Hi till,

    i have problem with .htaccess and (sub)domain

    I repaired domain my redirect path was /domain and it must be /domain/ - fixed

    but idon't know how to enable in .htaccess

    php_value post_max_size 100M

    and

    php_flag output_buffering on

    not working. Can i enable php.ini for example in domain and subdomain # instead of htaccess? Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Sure, this depends all on the php mode that you use. There are a lot of tutorials about this on the internet if you search in google for custom php.ini.

    Regarding the php_flag settings in .htaccess, these settings are for mod_php and you should add them in the apache directieves field of the website and not a .htaccess file.
     

Share This Page