1

When i put php value in .htaccess below is code then server giving Internal server error please fix that issue i have sent screen shot

Internal server error

php_value upload_max_filesize 10M
php_value post_max_size 10M
Barmar
  • 741,623
  • 53
  • 500
  • 612

1 Answers1

1

You are using the correct way. In this case your hosting provider or your installation is not allowing you to adjust those settings through .htaccess. You should contact your hosting provider.

Ask them to enable AllowOverride Options for you in apache.

https://httpd.apache.org/docs/2.4/mod/core.html

Companjo
  • 1,789
  • 18
  • 24