Hi,
I've been looking around for tutorials on mod_rewrite but they may be not very easy (from scratch) or I'm not that smart. Bet for the last! :-) As everyone, I'm on a rush, not for this but for everything, so I can't give it the time I should.
Ok, I'd love if anyone may give me a clue on the rule for this:
http://localhost/_jazz/marcas/Soliloqui
instead of
http://localhost/_jazz/marcas/?marca_actual=Soliloqui
I may have some problems in the configuration but I don't know what else to do/ check. I have both in httpd.conf
1.- LoadModule rewrite_module modules/mod_rewrite.so
2.- AddModule mod_rewrite.c
3.- <Directory "C:/webroot"> Options All ...
And in .htaccess
1.- RewriteEngine on
2.- Options +FollowSymlinks
3.- RewriteBase /
... obviously without the numbers ;-)
And I'm working on '_jazz' subfolder in root (what is localhost). The .htaccess is within the '_jazz' folder.
Any questions and, specially solutions ;-) are more than welcome.
Thanx in advance,
hip