Hi! Thanks for the mod and your work.
I have a issue with adding to my .htaccess file: When I put
Code:
php_value upload_max_filesize 40M
php_value post_max_size 40M
in the file, my web site will not display, I get a server config error page.
This is what my .htaccess file looks like now
Code:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName mysite.net
AuthUserFile /home/mysite/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/mysite/public_html/_vti_pvt/service.grp
<Files 403.shtml>
order allow,deny
allow from all
</Files>
Can someone give me a hand? or give me a better example of a .htaccess file used in the forum root?
Thanks for any help