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 originalcodigo .htaccess
RewriteEngine On
#SetEnv php_ver 5_3
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^.*$ ./index.php
RewriteRule ^(.*)$ ?id=$1 [L]
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