单个主机上的多个域在redirectGoDaddy问题上计划

我有一个goDaddy帐户托pipe,并在该主机上我有多个域名。 goDaddy为我的所有域名只提供一个404redirect

* example2.com/gadf (nonexistent link) is redirected to example1.com * example3.com/sagsdg (nonexistent link) is redirected to example1.com 

我需要我的一个域名在相同的域上进行redirect:

 * example4.com/gsdhgfhf (nonexistent link) to be redirected to example4.com 

有人可以帮帮我吗?

我在Windows上,我在所有的域名上使用Wordpress。 我试图寻找web.config,但没有find它。

如果你在Linux上,你可以在你的.htaccess文件中指定你的404页面。 如果你在Windows / ASP.Net上,你可以在web.config文件中指定你的404页面。

如果您希望所有域都简单地redirect到该站点的根目录,则应该能够将redirect链接指定为“/”。