TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Apache RewriteCond with QueryString

1 点作者 marvwhere超过 12 年前
hey there,<p>i have a little issue with an Apache Redirect.<p>old url: domain.com/q.php?q=test&#38;enter=enter<p>what i want: domain.com/suche/test<p>what i currently use: RewriteCond %{QUERY_STRING} ^q=(.<i>)enter$ [NC] RewriteRule ^q\.php$ /suche/%1? [NC,L,R=301]<p>which results in: domain.com/suche/test&#38;enter<p>why is "^q=(.</i>)&#38;$" not working as a condition?

暂无评论

暂无评论