Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/05/2010, 13:40
koruitch
 
Fecha de Ingreso: marzo-2010
Mensajes: 41
Antigüedad: 14 años, 1 mes
Puntos: 0
error internal server 500 modificando htacces

hola,tengo un foro phpbb3 con una galeria de imagenes el problema es que no me deja subir imagenes de mas de 1 mb asi k lei y encontre k habia k modificar el htacces asi que e añadido unas lineas, las 2 ultimas.
Código PHP:
Ver original
  1. #
  2. # Uncomment the statement below if you want to make use of
  3. # HTTP authentication and it does not already work.
  4. # This could be required if you are for example using PHP via Apache CGI.
  5. #
  6. #<IfModule mod_rewrite.c>
  7. #RewriteEngine on
  8. #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
  9. #</IfModule>
  10.  
  11. <Files "config.php">
  12. Order Allow,Deny
  13. Deny from All
  14. </Files>
  15.  
  16. <Files "common.php">
  17. Order Allow,Deny
  18. Deny from All
  19. </Files>
  20.  
  21. Options +FollowSymlinks
  22. php_value memory_limit "64M"

en mi pc con el servidor apache se soluciona el problema pero lo subo al hosting y me manda el error 500 internal server error quisiera saber si e incluido bien las lineas e hablado con los del hosting y me dicen k el php.ini tengo 10mb asi k no deberia de tener problema.xk las imangenes k kiero subir a la galeria son de 3mb.gracias.