Page is a not externally linkable
tongpo - 1:27 pm on Dec 4, 2012 (gmt 0)
I have a page that users land on. This page uses a query string that is rewritten using mod rewrite.
For example:
The user visits a page, does a search and the orginal url that a user is directed to after this search is:
www.widgets.com?widget=whitewidget&size=medium.
However this is re-written using mod rewrite to:
www.widgets.com/whitewidgets/medium
Now on the above page is a html form that redirects users back to itself and the resulting url once the form has been submitted is:
www.widgets.com/whitewidgets/medium?variable=1&variable=2
Problem is I cannot retrive the variable 1 and variable 2 values once the form has been submitted using get or post.
Im assuming this has something to to with mod rewrite and the re-written url. Can anyone help and shed some light on this please?
TIA