0
我在WAMP的本地機器上使用虛擬主機。 成功安裝了Magento 2.0.2版本。我的網址是「magento2.com」。 magento2.com在localhost上正常工作,但magento2.com/admin不能完全工作,它只會給出錯誤「連接重置」。Magento 2.0管理員不工作
我也嘗試從Magento目錄中刪除所有的緩存,清除瀏覽器緩存和cookie,但沒有成功。
我檢查了日誌文件,並有以下消息:
main.DEBUG: cache_invalidate: {"method":"GET","url":"http://magento2.com/admin","invalidateInfo":{"tags":["interception","CONFIG"],"mode":"matchingTag"},"is_exception":false} []
請幫忙找一些解決方案。這很煩人,因爲它幾乎毀了我的兩天,但仍然沒有成功。
感謝&問候 Rajnikant
您是否打開了'mod_rewrite'?任何在Apache服務器日誌? – Maddy
您可以通過將URL更改爲magento2.com/index.php/admin來測試Maddy的建議...如果可以使用,則不會啓用重寫。 –