Hard coded menu link errors
Permalink
I have a hardcoded navigation bar withg the links set to "index.php/filename"
However, after I click from the homepage to the next page, all the other links after that show as linked to that menu item and so throws up a 404 error.
Any reason for that?
However, after I click from the homepage to the next page, all the other links after that show as linked to that menu item and so throws up a 404 error.
Any reason for that?
Have you hard-coded an Auto-Nav block, or written the links as plain HTML? If it is the latter, you may need to check the page URLs match up to the page URL paths you have set up within the Sitemap.
Make it sure that all the links have index.php prefixed e.g.
Rony
<a href="/index.php/about-us/">About Us</a>
Rony
Thanks Rony.
I did have index.php but think I left out the forward slash.
I did have index.php but think I left out the forward slash.