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!