I'm working on a new site design for my mum but I can't get the footer to clear the right column.
Currently I've just made sure that all the pages have enough content so that it doesn't show but I'd really like to get it fixed. If you go to: http://joyceryan.co.uk/blah you can see the problem.
Its just a custom 404 page using $_SERVER['REQUEST_URI'] to display the requested uri. I use a framework so all incoming traffic gets routed to my index.php which determines which content to display and if the requested content isn't found then it sets the header and displays the 404 page.
Thank you for the tip. One more doubt. (Sorry for being off topic)
Suppose if there's a page by the name /anotherfolder/home.php ? (which is to be included inside 'index.php' for request '/home').
How would you stop users from viewing it directly like sitename/anotherfolder/home.php?