Forum Moderators: phranque

Message Too Old, No Replies

rewrite help

         

catt231

12:20 pm on Jul 8, 2011 (gmt 0)

10+ Year Member



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!

g1smd

12:36 pm on Jul 8, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You cannot redirect POST operations.

Parameters are stripped as a security measure if you try it. This is part of the core HTTP specifications.

catt231

1:43 pm on Jul 8, 2011 (gmt 0)

10+ Year Member



ah, that'll be why I can't get it to work then!

any advice on what I could do to get around the issue?

Thanks