Create and manage my own 404 error page

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
jpwalker
Posts: 8
Joined: Thu 1. Mar 2007, 09:05

Create and manage my own 404 error page

Post by jpwalker »

Hi,

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
It works great when I try to load

Code: Select all

http://www.mydomain.ext/lidurghf
But, when I try

Code: Select all

http://www.mydomain.ext/page_that_does_not_exist.phtml
or

Code: Select all

http://www.mydomain.ext/index.php?page_that_does_not_exist
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
User avatar
oeconom
Posts: 337
Joined: Fri 13. May 2005, 09:33
Location: Stuttgart
Contact:

Post by oeconom »

correct, works as designed...!
Greetings,
Felix
...alles wird gut!
still alive...
Experimenting with phpwcms and hoping to have time one day to get a site live... :wink:
One Site finished! :P
Post Reply