Quote:
Originally Posted by GodMaster
Thanks!
I resolved this problem with replace two php code in version 1.0 (album error)
but 
i protected my admincp folder! and this error  ( "www.example.com/the401.shtml", can you help me?
|
You mean you use a custom admincp directory? If yes, you can edit .htaccess file to find
Code:
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
and then replace admincp with your custom admincp directory.