Hello all, I recently started a domain at lavirtualskies.x10.mx, and everything was going great. I program on my local host and use dreamweaver, then when I have done some major work, I save it to a .zip, upload it to the manager, and then unzip it. However, the only page that loads is my index.html page, or when you go directly to lavirtualskies.x10.mx. Any tab or link you click that takes you to another page within my site, gives an error. Why is that?
I use HTML, CSS, PHP, and MySQL. Is there something wrong with my href? for example:
<a href="/contactus.html" class="links">Contact Us</a>
results in:
404 Not Found
The resource requested could not be found on this server!
Some more info:
- Everything in the file manager is under /public_html
- I've double and triple checked spelling
- even though this shouldn't be a problem, I've made sure to have "/" in my href.
- It works perfectly on my local host server, and when I open the html pages directly, from a different folder.
I use HTML, CSS, PHP, and MySQL. Is there something wrong with my href? for example:
<a href="/contactus.html" class="links">Contact Us</a>
results in:
404 Not Found
The resource requested could not be found on this server!
Some more info:
- Everything in the file manager is under /public_html
- I've double and triple checked spelling
- even though this shouldn't be a problem, I've made sure to have "/" in my href.
- It works perfectly on my local host server, and when I open the html pages directly, from a different folder.