Apache 1.3.x GET/POST methods

NeXT Computer, Inc. -> Porting New Software

Title: Apache 1.3.x GET/POST methods
Post by: NeXTnewbe on January 16, 2009, 08:49:09 AM
Hi

I got a Apache web server running on my Cube NS3.3, and I need to disable GET/POST methods, no matter what I try this methods still active

canm please, anyone provide me some help

Thanks
Title: Apache 1.3.x GET/POST methods
Post by: hac on May 14, 2009, 10:57:56 PM
I don't know if blocking the actual methods is possible, but a quick way to block GET and POST variables with mod_rewrite is to add the following code to your .htaccess file:

RewriteEngine On
RewriteBase /
RewriteRule (.*) $1?

Although that might not be at all what you are looking for.
Title: Apache 1.3.x GET/POST methods
Post by: Empathy on May 16, 2009, 08:40:52 AM
You can't do anything without GET, and you can't do much without POST.

Go to top  Forum index