Ver Mensaje Individual
  #19 (permalink)  
Antiguo 16/10/2009, 06:55
kadas99
 
Fecha de Ingreso: julio-2009
Ubicación: Argentina!
Mensajes: 324
Antigüedad: 14 años, 9 meses
Puntos: 4
Respuesta: Urls Amigables sin Mod_Rewrite ni Httacces

Bueno hice esto:

1) Descomente esta linea en el httpd.conf:
Código:
LoadModule rewrite_module modules/mod_rewrite.so
2) En el <Directory> tengo esto:

Código:
<Directory />
    Options FollowSymLinks
    AllowOverride All
#ESTAS SON LAS ORIGINALES    Options FollowSymLinks ExecCGI Indexes
#    AllowOverride None
    Order deny,allow
    Deny from all
    Satisfy all
</Directory>
3) Tambien esto:

Código:
#Options FileInfo AuthConfig Limit
AllowOverride All

en el log tengo esto:

Código:
[Fri Oct 16 09:53:30 2009] [alert] [client 127.0.0.1] C:/AppServ/www/ventafacil/.htaccess: Invalid command 'Options+FollowSymLinks', perhaps misspelled or defined by a module not included in the server configuration
COMANDO INVALIDO Options+FollowSymLinks

Pero lo bueno es que ahora al menos no me da el error 500, eso quiere decir que puedo ahora utilizar .htacces, ahora el error lo tengo que el Options+FollowSymLinks. A ver q onda... =)

Última edición por kadas99; 16/10/2009 a las 07:02