Is it possible to set a forms action property automatically with mod_rewrite after clicking on a search button?
normal url is this: http://www.website.com/search.php?search=name
mod_rewrite url is this: http://www.website.com/search/name.html
I know that it is possible to set a mod_rewrite version of the page with htaccess, but how would I have the form go directly to the mod_rewrite url?
Regards
This should work:
It should automatically turn the normal link into the mod_rewrite link.