.htaccess Error
Posted
by Starx
on Stack Overflow
See other posts from Stack Overflow
or by Starx
Published on 2010-06-07T11:18:47Z
Indexed on
2010/06/07
11:22 UTC
Read the original article
Hit count: 130
If this is not correct post, please migrate it
I kept a .htaccess file in my public_html
folder inside the root. When I view the website it is giving server misconfiguration error.
my .htaccess file contains this only
php_value upload_max_filesize 100M
php_value post_max_size 100M
I wonder what may be wrong. Any Ideas
© Stack Overflow or respective owner