Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/12/2009, 10:55
lvinuezav
 
Fecha de Ingreso: diciembre-2007
Mensajes: 218
Antigüedad: 17 años, 2 meses
Puntos: 1
Respuesta: Hosting compartivo y problemas con archivo .htaccess

Saludos,

No es gratutio es uno pagado, esta es la configuracion q tengo en el .htaccess pero cuando adiciono para aumentar el tamaño de uploads me sale el error 500.

# -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 xxx.xxx.xx
AuthUserFile /home/ieanjesu/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/ieanjesu/public_html/_vti_pvt/service.grp
AddType video/x-flv .flv


Cuando adiciono estas lineas me manda error

php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value max_execution_time 1000
php_value max_input_time 1000