If you are talking about mod_rewrite. This is a server side change. Also, not all POST requests can be changed to GET. The URL has a maximum allowed length. For example, this is not possible if you posting files. – KhaledDec 5 '11 at 15:21
no the POST data will be zero. so no problem with max allowed length. I just want to change the request method from POST to GET from apache config if possible – user32425Dec 5 '11 at 15:28
This is a collaboratively edited question and answer site for system administrators and desktop support professionals. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.
mod_rewrite. This is a server side change. Also, not all POST requests can be changed to GET. The URL has a maximum allowed length. For example, this is not possible if you posting files. – Khaled Dec 5 '11 at 15:21