how do you redirect broken pages with a 404 error to the home page in wordpress without using a plugin?
This is what I have so far:
Redirect 301 /404.php http://www.businessbid.ae/resource-centre/home/
how do you redirect broken pages with a 404 error to the home page in wordpress without using a plugin?
This is what I have so far:
Redirect 301 /404.php http://www.businessbid.ae/resource-centre/home/
Try this in your 404 file before you call
get_header()
This should be the best way to solve with WordPress (add to functions.php):
All you have to do is open your 404.php file in your theme’s folder. If it doesn’t exist, then create a blank php file. Paste the following code in there: