Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/05/2016, 17:06
wilson_romero
 
Fecha de Ingreso: diciembre-2015
Mensajes: 369
Antigüedad: 8 años, 4 meses
Puntos: 4
Problema con url amigable .htaccess

Resulta que tengo un .htaccess me funciona bien con un link pero cuando intento hacerlo para otro url me da un error

este es el código que intento hacer como es lógico halo mismo que el primero que me esta funcionando perfectamente.
Código .htaccess:
Ver original
  1. codigo .htaccess
  2. RewriteEngine On
  3.  
  4. #SetEnv php_ver 5_3
  5.  
  6.  
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteCond %{REQUEST_FILENAME} !-f
  9. #RewriteRule ^.*$ ./index.php
  10. RewriteRule ^(.*)$ ?id=$1 [L]
  11. RewriteRule ^(.*)$ ?id_autor=$1 [L]


este es el error que me lanza

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at postmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 Server at localhost Port 8080