Tanveer’s Weblog

501 Method Not Implemented

May 8, 2008 · 2 Comments

Well, i solved this error in my style. What i did just append these following lines at the end of my apache web server config file (httpd.conf) and restart apache server.

Waoow!!! It solves the problem.

<VirtualHost *:80>
SecRuleInheritance Off
</VirtualHost>

Hope it will save lots of time to others ;)

Categories: Apache · Linux · Tips' n Tricks'

2 responses so far ↓

Leave a Comment