The requested page cannot be found

Random thoughts place for anyone who wishes to vent or talk about anything that's not phpBB related.
Post Reply
User avatar
[Dimetrodon]
Posts: 8
Joined: Wed Aug 31, 2022 7:54 pm

The requested page cannot be found

Post by [Dimetrodon] »

https://www.davidiq.com/index.php

When I log in, I get redirected to the above page, which results in a "The requested page cannot be found" error.
DavidIQ
Site Admin
Posts: 621
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: The requested page cannot be found

Post by DavidIQ »

Where are you logging in from?
User avatar
[Dimetrodon]
Posts: 8
Joined: Wed Aug 31, 2022 7:54 pm

Re: The requested page cannot be found

Post by [Dimetrodon] »

DavidIQ wrote: Wed Nov 02, 2022 12:26 pm Where are you logging in from?
From the homepage: https://www.davidiq.com and pressing the "login" button to type my information in.
User avatar
[Dimetrodon]
Posts: 8
Joined: Wed Aug 31, 2022 7:54 pm

Re: The requested page cannot be found

Post by [Dimetrodon] »

notfound.png
Yeah, this is what I get. Probably because index.php is in the support subdirectory, not in the root.

An "index.php" in the root that redirects to a desired page probably would fix this. Example:

Code: Select all

<?php header("Location: https://www.davidiq.com/services"); ?>
Which of course would redirect to your services page, though as you know, it can be changed to anything.
DavidIQ
Site Admin
Posts: 621
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: The requested page cannot be found

Post by DavidIQ »

This has finally been fixed. FYI there's always been an index.php page in the site root. It just wasn't handling a certain scenario properly.
Post Reply