我已经有网站,想在网站上做很多改动。所以我采取了akeeba备份并在本地创建了网站。
当我创建网站时,我收到错误Internal Server Error
。为了解决这个错误,我删除了.htaccess文件中的所有内容。现在网站在本地工作,但是管理员没有工作。
我关注了answer of same question,但它无效。
任何人都可以指出,我哪里出错了?我无论如何都需要这样做。
以下是apache_error.log
[Thu Nov 29 10:22:34 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Nov 29 10:22:34 2012] [notice] Digest: done
[Thu Nov 29 10:22:34 2012] [notice] Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
[Thu Nov 29 10:23:29 2012] [error] [client ::1] (2)No such file or directory: Could not open password file: /home5/smartkwc/public_html/administrator/.htpasswd
[Thu Nov 29 11:02:33 2012] [error] [client ::1] (2)No such file or directory: Could not open password file: /home5/smartkwc/public_html/administrator/.htpasswd
[Thu Nov 29 11:03:28 2012] [error] [client ::1] (2)No such file or directory: Could not open password file: /home5/smartkwc/public_html/administrator/.htpasswd
答案 0 :(得分:1)
我解决了问题!!!
之前我已经从根文件夹中删除了.htaccess
的内容。现在,当我从管理员文件夹中删除.htaccess
中的所有内容时,一切正常。 :) :) :))
Yipeee !!!