Reputation:
New to Wordpress and confused. There is a page to my site that is not part of any of the pages listed in the Dashboard, such as , Home , About, etc. It is still listed with the correct begining ex: "mysite.com/.....". I have searched all through the dashboard and can't find the url listed anywhere. This doesnt make much sense to me. I was wondering if there is a way to just set the url to a 404 error, possibly, but not necessarily, with a redirect to another page. Any help is greatly appreciated. Thanks.
Upvotes: 0
Views: 114
Reputation: 1246
You can use PHP to send headers with error codes, this is one way of doing what you want. see mroe details about it here: http://php.net/manual/en/function.header.php
Upvotes: 1