How should I allow only GET request to access all the files and script from my server using htaccess?
My web server is Apache
How should I allow only GET request to access all the files and script from my server using htaccess?
My web server is Apache
You may also want to have a look at the Apache Limit and/or LimitExcept directives. Rewrite rules give you the opportunity to put up a custom error page though.
I believe something like this might work:
How about this?