URL重写对于magento不起作用

  • Web服务器重写在admin中设置为yes。
  • 安全和不安全的url没有index.php。
  • mod-rewrite被启用并且工作
  • 我尝试所有与RewriteBase /在htaccess的组合
  • 更多的时间冲刷现金比我可以数(这与mod_rewrite没有任何关系,但我仍然这样做)
  • 重新编制目录的URL重写(同上)[/ b]

但它不工作:(

http://162.13.86.217/~useraccount/url.html The requested URL /home/useraccount/domains/mydomain.com/public_html/index.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. 

BUt index.php确实存在,它位于:/home/useraccount/domains/mydomain.com/public_html/

我有从magento默认的htaccess文件的地方,它适用于其他服务器上完美:

 ############################################ ## rewrite everything else to index.php RewriteRule ^(.*)$ index.php [L]