Forum Moderators: phranque
RewriteEngine on
RewriteBase /cgi-bin/search
RewriteRule ^categories(.*)\.html$ search.cgi?keywords=$1 [L]
It works but not the way I really want. When I call mysite.com/categories/keyword.html or mysite.com/categorieskeyword.html works fine.
What I actualy want is to remove this subdirectory (categories) and have it this way:
mysite.com/keyword.html
Thanks