-
- pp51

-
Total Posts: 14
Joined: 2008-04-11
|
Hello,
I installed the latest Magento version (1.0.19870.1)
Accordingly to this post, http://www.magentocommerce.com/boards/viewthread/8785/, I edited app/code/core/Mage/Install/Model/Installer/Config.php on line 139, and replaced:
$client = new Varien_Http_Client($url.$prefix); with $client = new Varien_Http_Client($url.'index.php/'.$prefix);
So everything was ok.
I run the backend, OK
The problem is on the frontend.
The hompage is ok, but when I try to reach “My Account”, “Customer service”, and indeed all links available, I have this error:
Not Found
The requested URL /customer-service was not found on this server.
I have installed magento directly in the folder \wamp\www
Any idea ?
Thanks for your help.
|