404 page name

Permalink
Hi,

Is it possible to rename "page_not_found" page with a custom name ?

thanks

orange73
 
tallacman replied on at Permalink Reply
tallacman
Remo has addressed custom 404's here:http://www.codeblog.ch/2010/01/concrete5-custom-404-page/...

Just take the

<h1 class="error"><?php echo t('Page Not Found')?></h1>

and replace the "Page Not Found" with whatever you want.
orange73 replied on at Permalink Reply
orange73
Not the text i want to change but the page name you see in address bar :www.www.website.com/page_not_found...
...

Is it possible ?