Hi all
1. I use an include functions I want when address was wrong include another page.How can I check function found or not found page?
2.[in wordpress]
how can I redirect 404 page template?
Thanks
include function [Q]
Moderator: General Moderators
Hmm... I can barely read your post so it's really hard for me to tell what you are looking for, but maybe this... function_exists()?
As far as I can understand you post:
For Apache:
edit httpd.conf, Add/change:
For Apache:
edit httpd.conf, Add/change:
Code: Select all
ErrorDocument 404 /path/to/you/page.phpThere are 10 types of people in this world, those who understand binary and those who don't