将 url 重定向到单独的托管,同时保留文件结构
我拥有theone.com 和twosies.com。我的主机与 Twosies 捆绑在一起。
我的网站位于twosies.com/theone/
并通过twosies.com/theone/home.php 访问该网站
我想通过theone.com/home.php 访问该网站
我该如何操作? 我以前使用过 htaccess,但只是为了简化页面查询和删除文件扩展名。
问候
-泰勒
*修正了一个拼写错误
I own theone.com and twosies.com. I have my hosting bundled with twosies.
I have my site located in twosies.com/theone/
and reach it by twosies.com/theone/home.php
I would like to reach the site through theone.com/home.php
How do I do this?
I've used htaccess before but only to simplify page queries and remove file extensions.
regards
-taylor
*fixed a typo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不需要
mod_rewrite
也不需要php
,一个简单的 重定向 的作用是:检查链接以获取完整的详细信息。
You don't need
mod_rewrite
norphp
for it, a simple Redirect does this:Check the link for full details.