05.03.2015, 03:28
Bueno estoy apreniendo a crear foros y me surgio un problema casi al final :
Quiero resolver este problema :
Buscando soluciones vi que una era editar el siguiente archivo: .htacces
Al abrirlo me encuentro con lo siguiente :
y para solucionar el error mencionado anteriormente tengo que agregarle lo siguiente :
Mi pregunta es como edito dicho archivo , de que forma quedaria el formato , agradesco de antemano cualquier respuesta.
Quiero resolver este problema :
PHP код:
PHP Warning: POST Content-Length of 12688771 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
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 /
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