Quiero convertir algo como
Código HTML:
http://localhost/genera-page.php?categos=cocina
Código HTML:
http://localhost/cocina.php o /cocina.htm
Código:
En c:\xampp\apache\conf\httpd.conf tengoRewriteEngine On RewriteRule ^([^-]*)\.html$ /genera-page.php?categos=$1 [L]
<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 (el modulo verifique que existe!!!)
PROBLEMA: las ULRS se siguen generando como :
http://localhost/genera-page.php?categos=cocina
ayuda, please el hilo lo comence aca
Un ayudita... por favor