Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

redirect after some second to home


Go to End


3 Posts   1153 Views

Avatar
bebabeba

Community Member, 193 Posts

6 April 2011 at 6:40pm

Hi!
I need implement error page. When I can't found a page I need to go to error page (now Silverstripe do this) and some second I need redirect to home.
Is this possible?How?
Thanks!

Avatar
(deleted)

Community Member, 473 Posts

6 April 2011 at 7:10pm

The 404 handler just displays the ErrorPage type with an error code of 404, usually called "Page not found".

As with any page you can edit in the CMS, you can add custom meta tags in the Metadata tab. Just put your meta refresh tag in there, save and publish, and the 404 page will have that meta tag inserted.

Avatar
bebabeba

Community Member, 193 Posts

6 April 2011 at 8:40pm

sorry but is not very clear..can you give me more details?