3

I have website already and wanted to do many changes in website. So I took the akeeba backup and created site locally.

When I created website, I got error as Internal Server Error. To solve that error I removed whatever was there in .htaccess file. Now website is working locally, however administrator is not working.

I followed the answer of same question, however it is not working.

Can anyone point, where I am going wrong? I need this to be done anyhow.


Edit 1

Below is what I have in 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
4

1 に答える 1

1

問題を解決しました!!!

以前は.htaccess、ルート フォルダーからのみコンテンツを削除していました。管理者フォルダーからすべてを削除すると.htaccess、すべてが完全に機能します。:) :) :)

イッピー!!!

于 2012-11-29T08:09:47.120 に答える