Código:
Código:
Solo para ese tipo de urls, por ejemplo esta: RewriteRule registro.html index.php?seccion=registroNot Acceptable An appropriate representation of the requested resource /verfichatorrent-7115.html could not be found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
esa va perfecta, cambia la sintaxis de una version a otra??
dejo el codigo del .htaccess
Código:
Código:
ErrorDocument 400 /error.php?400 ErrorDocument 401 /error.php?401 ErrorDocument 403 /error.php?403 ErrorDocument 404 /error.php?404 ErrorDocument 500 /error.php?500 RewriteEngine on RewriteRule elinks.html index.php?seccion=elinks RewriteRule contrasena.html index.php?seccion=contrasena RewriteRule enviarelink.html index.php?seccion=elinks&op=anadir RewriteRule iniciarsesion.html index.php?seccion=login&iniciar=sesion RewriteRule registro.html index.php?seccion=registro RewriteRule elinkscategoria-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=elinks&categoria=$1 RewriteRule verficha-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=elinks&verficha=$1