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?

trixiemay
 
juliandale replied on at Permalink Reply
juliandale
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.
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Make it sure that all the links have index.php prefixed e.g.

<a href="/index.php/about-us/">About Us</a>


Rony
trixiemay replied on at Permalink Reply
trixiemay
Thanks Rony.

I did have index.php but think I left out the forward slash.