0

I am currently trying to install the latest version of Magento on a virtual machine running the latest version of Ubuntu Server. Ubuntu has been correctly setup with Nginx and PhpMyAdmin. The problem I'm running into is to do with the installation of Magento itself. I have the magento CMS in a /magento/ folder under the root directory of my sites folder "magento.dev" but when I go to install the CMS by entering "http://magento.dev/magento" I get redirected to "http://magento.dev/magento/index.php/install/" which I take is normal and shows the rewrites are working but the problem is I get a link appears to be broken error. I have also tried "http://magento.dev/magento/install.php" and several others but no luck.

I have edited the .htaccess to reflect magentos root folder by un-commenting "RewriteBase /magento/".

I have searched extensively for fixes to this issue but havnt really found anything of much use as of yet.

Hopefully you guys might be able to help me out.

Cheers.

4

1 に答える 1

0

nginx 構成の構文は、apache とは異なります (ただし、よりクリーンです)。

おそらく、nginx に apache2 の設定を使用している可能性があります

PS : nginx 構成ファイルは通常、/etc/nginx/sites-available/websitename です。

この質問を見てください、それはあなたを助けるかもしれません。https://serverfault.com/questions/24243/nginx-support-for-htaccess-rewrite-rules-differences-from-apache

于 2012-04-25T15:09:05.750 に答える