英文:
Redirect public ip to domain name
问题
我需要的是,当有人在浏览器中输入我的ASP.NET MVC / C#网站的公共IP时,用户被重定向到域名。
谢谢
问候
例如,如果我输入142.250.0.139,浏览器会重定向到google.com。我需要确切地这样发生。
英文:
I need that when someone enters my ASP.NET MVC / C# website typing its public ip in the browser, the user is redirected to the domain name.
Thanks
Regards
For example if I write 142.250.0.139, the browser redirects to google.com. I need that exactly to happen.
答案1
得分: -1
只需在页面加载时重定向。如有需要,可以测试是否来自IP地址或域名。
英文:
Just redirect on page load. You can test for if it came from ip address or domain if needed.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论