I get a 404 error when i click on a link on my web page.when I add html at the end the page loads. any suggestions.
I get a 404 error when i click on a link on my web page.when I add html at the end the page loads. any suggestions.
Let's say you're trying to link to a page called aboutus.html. The link must look like this:
orCode:<a href="aboutus.html">About Us</a>
Without the "html" extension on the file name, the server doesn't know what file you want to open - it could be aboutus.html or aboutus.pdf or aboutus.txt (etc.).Code:<a href="http://www.example.com/aboutus.html">About Us</a>
Thank-you, Very much apps.
After fixing all the pages still getting the same error. Can you please take look admin.
This is a user-to-user forum, not a BH support site. We're just other users like you, not BH employees. We're not BH admins, and can't look at anything in your account.
You'll need to give us a link to your site, and even then, all we can do is look at the source code of your page, and try to guess what the problem is.