Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/11/2007, 18:16
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 7 meses
Puntos: 292
Busqueda Apache : Mod_rewrite

Tengo un .htaccess pero no estoy seguro donde ubicarlo !!!!

RewriteEngine On
RewriteRule ^([^-]*)\.html$ /genera-page.php?categos=$1 [L]

En c:\xampp\apache\conf\httpd.conf tengo

<Directory />
Options FollowSymLinks
AllowOverride All
#AllowOverride None
Order deny,allow
Allow from all
#Deny from all
Satisfy all
</Directory>

Y ... sin comentar: LoadModule rewrite_module modules/mod_rewrite.so

PROBLEMA: las ULRS se siguen generando como :

http://localhost/genera-page.php?categos=Cocina ayuda, please!