How to redirect 404 page using .htaccess to somewhere?

Cold-Egg

Administrator
#2
I did not test it, but you should be able to use this example. Please replace the SOMEWHERE with your target.
Code:
RewriteRule ^404$ https://SOMEWHERE/ [L]
Note, remember to restart OLS once you updated the .htaccess.
 
Top