PHP - HTACCESS UPLOAD 12M

 
Vista:

HTACCESS UPLOAD 12M

Publicado por CHAVEZ (23 intervenciones) el 22/11/2008 15:15:52
tengo que subir archivos con tamaño hasta 5M pero me da error
este el es codigo ke uso

# -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 inmobiliariamovill.com
AuthUserFile /home/inmobili/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/inmobili/public_html/_vti_pvt/service.grp

RewriteEngine On
php_value post_max_size 1000M
php_value upload_max_filesize 12M
php_value max_execution_time 6000000
php_value memory_limit 12M
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder