Quote:
Originally Posted by cooldude7
okie.,
roger that., i left it as it is.,
RewriteCond %{REQUEST_FILENAME} !-f
gives lots of errors.
RewriteCond !search.php
gives 500
thanks for your time.,
|
is this a wp site?
maybe this will interest you, i did this for someone a while back, they wanted
Code:
domain.com/search/search-term.html
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^search/(.+)\.html$ /index.php?s=$1 [QSA,L]
not sure if this will help you