Hi,
Im currently working on a project where I want to add virtual folders in some sections, for example:
example.com/fake/topic-23.html
<domain>/<fake folder>/<some topic with an id>
however If I add a form to this topic-23.html page I will have to point it somewhere and even if I point it to /fake/ it will look like this:
<domain>/<fake folder>/<my GET values>
so is there some way I can urlrewrite the form submit action?
for example if I want it to go here:
example.com/fake/search/<search value>/topic-23.html
// Dennis




Reply With Quote

Bookmarks