Page 1 of 1

Your file couldn’t be accessed

Posted: Wed Oct 20, 2021 2:13 am
by Duets
Your file couldn’t be accessed
It may have been moved, edited, or deleted.

ERR_FILE_NOT_FOUND
=====================================

This is the message I get on some of the pages when I Preview my entire website.
I have rechecked the link and all looks well and I have not moved the pages.

Will someone please help me fix this?
Thank you in advance.

Re: Your file couldn’t be accessed

Posted: Wed Oct 20, 2021 2:20 am
by crispy68
more than likely its due to the fact your pages are php. You can't view php pages in the browser as it needs a server. When you preview them in WB, it changes them to .html pages however your links are trying to link to a .php page which is why you get the error. The only way to preview the whole site and actually use your links would be to change them to .html temporarily.

Re: Your file couldn’t be accessed

Posted: Wed Oct 20, 2021 4:33 am
by Duets
Thank you crispy68 for this information.

:D