coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: scottsgameroom on May 20, 2007, 02:42:42 AM

Title: Change .htaccess file
Post by: scottsgameroom on May 20, 2007, 02:42:42 AM
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



Title: Re: Change .htaccess file
Post by: Nibbler on May 20, 2007, 03:09:52 AM
You need to ask your host. Some configurations allow php settings to be changed via .htaccess and some don't.
Title: Re: Change .htaccess file
Post by: scottsgameroom on May 20, 2007, 11:21:48 AM
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
Title: Re: Change .htaccess file
Post by: Joachim Müller on May 20, 2007, 11:45:06 AM
Webhosting: see Web Hosting for Coppermine photo Album? (http://forum.coppermine-gallery.net/index.php?topic=19645.0)