Ver Mensaje Individual
  #8 (permalink)  
Antiguo 26/06/2016, 12:46
Avatar de Fernarey1810
Fernarey1810
 
Fecha de Ingreso: noviembre-2008
Mensajes: 214
Antigüedad: 15 años, 5 meses
Puntos: 1
Respuesta: .htaccess me redirecciona mal

Mi httpd.conf tiene esto:
LoadModule rewrite_module modules/mod_rewrite.so

DocumentRoot "c:/wamp/www/"

<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>


<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>


Por mas que agregue eso al .htaccess con el rewrite base no anda y deberia andar nose que pasa.