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:
gracias de antemano 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 RewriteRule verficha-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*)-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=elinks&verficha=$1&titulo=$2 RewriteRule descargar-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*)-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=elinks&descargar=$1&elink=$2 RewriteRule torrents.html index.php?seccion=torrents RewriteRule enviartorrent.html index.php?seccion=torrents&op=anadir RewriteRule torrentscategoria-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=torrents&categoria=$1 RewriteRule verfichatorrent-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*)-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=torrents&verficha=$1&titulo=$2 RewriteRule verfichatorrent-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=torrents&verficha=$1&titulo=$2 RewriteRule descargartorrent-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html index.php?seccion=torrents&descargar=$1 #AFILIADOS RewriteRule afiliado-([[:space:][:punct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html afiliado.php?nombre=$1 #PERFIL RewriteRule perfil.html index.php?seccion=perfil