I have a website with stories in it. I can have multiple types of stories within multiple categories like:
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Thursday, May 17, 2012
redirect 404 to similar urls
Wednesday, May 16, 2012
Custom 404 page - PHP
I have a custom 404 page which works fine except for the message I want to display on this page.
Tuesday, May 15, 2012
How to display Apache"s default 404 page in PHP
I have a webapp that needs to process the URI to find if a page exists in a database. I have no problem directing the URI to the app with .htaccess:
Sunday, January 29, 2012
How do I select only the root domain from $_SERVER["HTTP_REFERER"];?
I want to have a 404 page that can detect if a user has come to that page either via my site, via my shortened URL or via another site, and I am making it using PHP. I am slowly getting to grips with PHP and this may well be a simple question, but I am quite tired to be honest and have no caffeine in my system, and I am wanting to tie up any loose ends in my portfolio as soon as possible.