但它不工作:(
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]