Magento URLs other than home page do not work without index.php

后端 未结 7 1567
梦如初夏
梦如初夏 2020-12-29 06:13

My magento is installed on Ubuntu Linux under /var/www/magento . This question looks like some of the questions in the archives but is acutally somewhat different. When I in

7条回答
  •  情话喂你
    2020-12-29 06:40

    Did you try:

    RewriteBase /magento/
    

    and not RewriteBase /mymagento/ because your url is http:// localhost/magento/

    Does your apache virtual host allow to overwrite the config, e.g.

    
    ...
    
        AllowOverride All
    
    
    

提交回复
热议问题