2016-06-16 18 views
1

私はJoomlaのサイトファイルをWAMPサーバーの "www"フォルダに入れ、PHPMyAdminでデータベースファイルをインポートし、configuration.phpファイルを編集します。JoomlaのサイトはWampサーバーで動作しません

しかし、私はサイトを開こうとすると、私はこのエラーを受信し続ける:

Internal Server Error 

The server encountered an internal error or misconfiguration and was unable to complete your request. 

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. 

More information about this error may be available in the server error log. 

Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80 
+0

mod_rewriteがオンであることを確認してください。コードでtest.phpファイルを作成する<?php phpinfo(); ?>実行して、mod_rewiriteがオンかオフかを確認してください –

+0

mod_rewiriteはありません!! – kiasati

答えて

3

.htaccessファイルを削除するか、あなたのJoomlaのサイトのルートに.htaccessファイルがある場合は、それをhtaccess.txt名前を変更してください"www"フォルダに保存します。

+0

私は.htaccessファイルとhtaccessファイルの両方を持っています。私はそれらを両方とも削除すべきですか? – kiasati

+0

.htaccessを削除する必要があります。 –

+0

ありがとうalooot ..それは働いた。とにかく.htaccessファイルは何ですか? – kiasati

関連する問題