Change .htaccess file Change .htaccess file
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Change .htaccess file

Started by scottsgameroom, May 20, 2007, 02:42:42 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

scottsgameroom

OK so I currently know that i have a restriction of 2M from looking at the debug mode and i would like to make it more than that!

I currently have this in my .htaccess file for where upload.php is stored!   What do i need to put and where?

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*


<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.crispinleavers.hostandfly.com
AuthUserFile /home/crispins/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/crispins/public_html/_vti_pvt/service.grp




Nibbler

You need to ask your host. Some configurations allow php settings to be changed via .htaccess and some don't.

scottsgameroom

I am not able to speak to my host at present because it is datacities and they appear to have disappeared off the map.

Can you provide me with either a recommendation for a cheap resller host

Or give me a rough place to put the code.

If i try to put php_value upload_maxfile 5M or something along those lines it always returns an error

Joachim Müller