Create and manage my own 404 error page
Posted: Thu 12. Jul 2007, 10:35
Hi,
I'm currently trying to manage my own 404 error page. I have added some code lines in my .htaccess
It works great when I try to load
But, when I try
or
I'm automaticly redirected on Homepage (index.php). Is there a tip to load my own 404 page when I try these links ?
Thx for all
Jp
I'm currently trying to manage my own 404 error page. I have added some code lines in my .htaccess
Code: Select all
ErrorDocument 404 /index.php?error_page
Code: Select all
http://www.mydomain.ext/lidurghf
Code: Select all
http://www.mydomain.ext/page_that_does_not_exist.phtml
Code: Select all
http://www.mydomain.ext/index.php?page_that_does_not_exist
Thx for all
Jp