Change .htaccess file Change .htaccess file
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Change .htaccess file

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

Previous topic - Next topic

0 Members and 1 Guest 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