I am redirecting my 404/403 traffic with my .htaccess file. ErrorDocument 404 http://www.site.com Now i want to ask, is it possible redirect the 404 traffic to random links other than one fix link? If yeah, how.
I'm not sure if you can do a random links in .htaccess or not. But you can redirect your 404 page to your /404.php and in that page, you can redirect to whatever site you want.