Html works like I have the index, and the pages subfolder. I want to link from index to the about page in the pages subfolder. I'd type something like <link href="page/about.html"/> and the big button that says 'about' would direct to that page. Instead, when I load the updated webpage, I get a 404 error and it says the page doesn't exist.
it gives me the following when I use the about link:
The requested URL /About.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Using the cpanel website manager, what do I need to do to get it to go to the correct folder and page, and open. Then, how would I do the reverse and have those pages link to the root folder, when ../ doesn't seem to work.
it gives me the following when I use the about link:
The requested URL /About.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Using the cpanel website manager, what do I need to do to get it to go to the correct folder and page, and open. Then, how would I do the reverse and have those pages link to the root folder, when ../ doesn't seem to work.