Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
What is the redirect Url after post submit ?
scotty
✭
First a very useful online tool for anyone who is debugging their .htaccess "http://htaccess.madewithlove.be/"
Now my question .. : i have a blank .htaccess file. If i am on the start a new discussion page, and fille the form, press submit button, i am being redirected to this link "http://mydomain.com/extension/DiscussionApproval/" .. I am sure this is not the right page to be redirected to ..
Can someone please tell, where is this incorrect redirect getting picked from and how can i change it .. Thanks a lot!
Tagged:
0
Comments
Ok got the answer, so in case someone hits the same issue here is the solution ..
Adding this to .htaccess solved the issue,
RewriteRule ^extension/DiscussionApproval/$ extension.php?PostBackAction=DiscussionApproval [QSA,L]
cheers!
I think you shoudl state you are v1, nobody would understand what you are talking about otherwise.
Very few people here have experience with v1, as they joined after v2
grep is your friend.