DotnetNuke 重定向
我们的客户需要特定页面的快捷方式 我们需要将不存在的 url 重定向
http://site.com/promotion1
到实际的 URL,类似于
http://site.com/promotions/promotion1/tabid/799/language/en-AU/Default.aspx
...
我已向我们的客户发送了适当的 DNN 模块列表,但他们可能永远不会回复我。 与此同时,他们仍然向我们提交请求,为他们创建重定向。
如果不涉及任何费用,那么我就不必等待他们回复我。
因此,我正在寻找一种快速且免费的方式来使客户能够自行设置这些。
我查看过:
但在我有限的时间里运气不佳。
有没有人对如何使用上述资源或我尚未找到的其他资源来实现我们的目标有一些建议?
(DNN v4.9)
our client needs to shortcuts to particular pages
We need to redirect non existent urls like
http://site.com/promotion1
to the actual URL similar to
http://site.com/promotions/promotion1/tabid/799/language/en-AU/Default.aspx
...
I've sent a list of appropriate DNN modules to our client but it may take them forever to get back to me.
In the mean time they still submitting requests to us to create redirects for them.
if there's no cost involved then i wont have to wait for them to get back to me.
so I'm looking for a Quick and free way to enable the clients to set these up on this own.
I've looked at:
But haven't had much luck in the small amount of time i have available.
Has anyone got some suggestions on how to achieve our goal with either the above resources or maybe some additional resource i haven't found yet?
(DNN v4.9)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 DNN 中内置的友好 URL 功能,或使用 IIS 中的 URL 重写器模块。
您可以阅读我关于使用 DNN 友好 URL 功能的回答 了解更多详细信息,或查看 IIS URL 重写模块。
You should be able to use the built-in friendly URL functionality within DNN, or use a URL rewriter module within IIS.
You can read my answer about using the DNN Friendly URL functionality for more details, or look into the IIS URL Rewrite module.