RewriteRule 到文件夹中的文件?

发布于 2024-10-29 14:26:54 字数 539 浏览 0 评论 0 原文

我制作了一个在其他网站上使用的 htaccess 文件,但这次不起作用。
我有;
RewriteRule ^this$ testarea/that.php
但它找不到该文件,它给出了一个空页面。
如何将 URL 重定向到文件夹中的文件?
提前致谢!

更新:

Options +FollowSymLinks  
RewriteEngine on  
RewriteRule ^this$ testarea/that.php

这就是我的 .htaccess 文件中的全部内容。
我希望我的网址看起来像;

www.mywebsite.ext/this

而不是;

www.mywebsite.ext/testarea/that.php

这就是我想要的。

.htaccess 现在可以工作了,问题是我将它保存为错误的文件扩展名..
但现在图像和样式表不起作用,我该如何解决这个问题?

I made a htaccess file which I use on other website, but this time it doesn't work.
I have;
RewriteRule ^this$ testarea/that.php
But it doesn't find the file, it gives an empty page.
How can I redirect an url to a file in a folder?
Thanks in advance!

Update:

Options +FollowSymLinks  
RewriteEngine on  
RewriteRule ^this$ testarea/that.php

This is all I have in my .htaccess file.
I want my url to look like;

www.mywebsite.ext/this

instead of;

www.mywebsite.ext/testarea/that.php

Thats all I want.

The .htaccess works now, the problem was that I saved it as a wrong file extension..
But now the images and stylesheets won't work, how can I fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉薄对峙 2024-11-05 14:26:54

.htaccess 现在可以工作了,问题是我将它保存为错误的文件扩展名..
“但是现在图像和样式表不起作用,我该如何解决这个问题?”
我通过添加 标签解决了这个问题。

The .htaccess works now, the problem was that I saved it as a wrong file extension..
'But now the images and stylesheets won't work, how can I fix this?'
I fixed this problem by adding the <base ... tag..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文