Solved! Go to Solution.
The fix for me was adding "Options FollowSymlinks" to my Apache 2.4.25 virtual host config file.
Hi nc67,
It is a complete fresh installation of Magento 1.9.1 with sample data ?
Have you made a re-index of all indexes after you completed the installation?
First time you log in after the installation, you should be promted with a "warning" in the top of the admin area regarding this.
Else please do a full re-index and clear the caches - after please provide URL to your shop, if the problem still exits.
Yes, it is a new installation of magento with test data.I did all the required operations but the problem does not resolve
hi again,
What is the URL to your shop ?
I'm sorry ... the store is being tested and is not online.is on internal servers to our LAN
Can you check if the default ".htaccess" file of Magento is present? This behavior can happen if the file is missing.
Could you try putting in a "index.php" between the urls, and see if this results in a correct page view.
Ex.:
www.internalpage.com/index.php/customer/account/create
/Kent
Did you manage to get it to work with this:
Could you try putting in a "index.php" between the urls, and see if this results in a correct page view.
Ex.:
www.internalpage.com/index.php/customer/account/create
Please let us know if we can help you any further
Hello!
I have the same problem but only when going through ssl.
The landing page is working, ie https://www.example.com,
but when going to for example https://www.example.com/test the server is responding with
The requested URL /mete/rullar.html was not found on this server.
But if im typing in index.php, like https://www.example.com/index.php/test, it's working fine.
Do you know what the problem can be?
Hi @anteee,
This is because your have setup the store to include index.php in the urls.
Look at this post on how to fix it.
http://secure.nerdster.com.au/knowledgebase/109/Removing-the-indexphp-from-your-URL-completely-.html
Let me know if this helps