Browsing the blog archives for 三月, 2007.

Lifetype:admin.php 全域設定時出現:Forbidden

Blog程式修改

問題情況:
Forbidden

You don’t have permission to access /lifetype/admin.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”

修正方式如下:

edit .htaccess

add:

SecFilterEngine Off
SecFilterScanPOST Off

No Comments