A9.com/tree, that would search for a tree. Now I know they must use htaccess so how would I dok the same thing, my query url goes as such: http://www.cometquery.com/fast.php?s=tree&Submit=Web
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^([^.]+)$ fast.php?s=$1&Submit=Web [L] Though if you have an index page or any page that's not a search page, it won't work unless you give the fake URLs something unique in the URL like a directory or extension.