Posts: 9
Threads: 3
Joined: Aug 2013
2013-08-17, 06:05:27
Hi,
I want to customize 404 error, but not as XML, but as PHP
How can i do it?
Please advice.
Thanks
Posts: 6,266
Threads: 181
Joined: Sep 2011
on 3.2.1+ you can use the 404 plugin hook in a plugin or my component hook plugin.
Or use a special template for your 404 page and stick a component in the template.
Or use the dynpages plugin and load a component in the page.
Posts: 9
Threads: 3
Joined: Aug 2013
Thanks, i finally figured how to deal with this!
)