como edito lo siguiente en foro smf
#1

Bueno estoy apreniendo a crear foros y me surgio un problema casi al final :

Quiero resolver este problema :

PHP код:
PHP Warning:  POST Content-Length of 12688771 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 
Buscando soluciones vi que una era editar el siguiente archivo: .htacces


Al abrirlo me encuentro con lo siguiente :

Код:
# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working
RewriteBase /
y para solucionar el error mencionado anteriormente tengo que agregarle lo siguiente :

PHP код:
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
php_value zlib
.output_compression off 
Mi pregunta es como edito dicho archivo , de que forma quedaria el formato , agradesco de antemano cualquier respuesta.
Reply
#2

Pasate por aqui http://stackoverflow.com/questions/1...t-of-8388608-b
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)