Tema: modrewrite??
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/11/2008, 11:42
guzmi_1989
 
Fecha de Ingreso: octubre-2008
Mensajes: 46
Antigüedad: 16 años
Puntos: 0
Exclamación modrewrite??

hola, tnego una web en local bajo apache 2.2.8 y el mod rewrite me va perfecto,pero lo subo al servidor con una version de apache 2.0.63 y me tira este error
Código:
Código:
Not 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.
Solo para ese tipo de urls, por ejemplo esta: RewriteRule registro.html index.php?seccion=registro

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