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