|
I’ve managed to get through the Magento install and configuration in IIS 6. The admin area all appears to work perfectly (so far), but all of the front end links are broken.
In the backend, URLs read something like “http://dev.backpackevangelism.com/index.php/admin/”. Notice the index.php.
In the front end, adding index.php to the URL seems to correct the problem:
http://dev.backpackevangelism.com/customer/account/login/
http://dev.backpackevangelism.com/index.php/customer/account/login/
Any idea how to get index.php as part of the base url? I’ve tried adding it to the Unsecure and Secure base URLs, but that seems to have no effect.
URL rewriting is a very useful/necessary feature, so I’d rather not disable it. Also, disabling it seems to have no effect either (some posts have suggested it).
Here are more details on experience so far on installing Magento in IIS.
http://blog.stephenrushing.com/index.php/php/installing-magento-commerce-on-iis-6/
Thanks in advance for your help and time…
|