CodeIgniter Forums
Weird bug with pages that don't exist - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Weird bug with pages that don't exist (/showthread.php?tid=57969)



Weird bug with pages that don't exist - El Forum - 04-30-2013

[eluser]Unknown[/eluser]
Newbie here. I'm trying to solve a problem we're having on our site with some pages. For the most part the 404 page points to where it's supposed to. Several addresses, however, lead to blank pages. I'm talking white background, no head, no body.
The most I do get is

Code:
<html>
<head>
<style type="text/css"></style>
</head>
</html>

But I'm not sure if this is the browser filling in blank information or the page producing this.

The error occurs when someone goes to example.com/about-us/our-company/bio/ while the actual page would be example.com/about-us/our-company/bios/

We're running EE 1.6.9 and the issue is replicated on all browsers on any OS.

Any help would be appreciated!


Weird bug with pages that don't exist - El Forum - 05-01-2013

[eluser]Unknown[/eluser]
Just realized that I posted this in code ignitor...
Can someone remove this?