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
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.