I've tried looking at the example on some other posts but can't quite get this to work!
I'm using Joomla and have SEF URLs turned on and also the rewrite engine on which is causing an issue with a form component
I've got this rule in place to show the form under the simple url
RewriteRule ^enquiry index.php?option=com_forme
this works fine and I can now submit the form - the problem lies in being able to see the thank you page which is returned via a parameter like this
index.php/enquiry?func=thankyou*****
I can't work out how to allow this to work correctly
Help would be appreciated you wonderful folk you!