View Single Post
Old 12-20-2011, 10:28 AM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,359
Quote:
Originally Posted by cooldude7 View Post
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
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote