Hello, www.mysite.com/search/keyword (mod_rewrite, and it works) www.mysite.com/search.php?search=keyword (main) but I have a form, action="search.php" - and basically it will show the .php one when I submit and not the re-written one - how should I redirect it ? Thank you kindly
You can't. Maybe if you could implement some javascript in your form, which would ,instead of submitting the form results, maybe it could refresh the page on your rewritten URL implementing inputted keyword... but this is just an idea...