Assume this case:
How can this be done?
- User requests for a page: my-page.php.
- If the page is available, the browser shows the page.
- But if the page is missing, the browser gets redirected to a page with address:
missing_page.ph p?page=my-page.php
How can this be done?
Comment