mod-rewrite

mod-rewrite

文章 7 浏览 112

我如何使用 mod rewrite 将除少数几个之外的所有 url 重写为 https

我用 codeigniter 创建了一个网站,下面是当前的 htaccess 文件: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FIL…

筱果果 2024-12-13 07:47:17 0 0

Apache 重写 NOR 语法

对重写规则的语法感到困惑和卡住。 需要在条件上允许“NOR”(?),以便如果不是域 A 且不是域 B,则为 true。像什么? RewriteCond %{HTTP_HOST} !^…

木森分化 2024-12-13 07:26:22 1 0

mod_rewrite 用户 ID 错误

我是重写 url 的新手,想知道如何重写 From this /个人资料/4 到此 /profile.php?id=4 到目前为止,我有此规则 RewriteRule ^profile/([0-9]+)/?$ pro…

你怎么这么可爱啊 2024-12-13 06:31:09 0 0

mod_rewrite RewriteRule 的重定向循环错误

我正在尝试 mod_rewrite: localhost/edit.php?title=?&user_id=? 至: localhost/edit/ 循环 echo ''.$title.''; 因此,我可以将链接输出为我正在使用…

南薇 2024-12-13 06:26:36 0 0

如何使用或不使用尾部斜杠进行 301 重定向?

我想重定向 site.com/login 或 site.com/login/ 到 site.com/wp-login.php 到目前为止,这是我所拥有的: RewriteRule ^login$ "\/wp\-login\.php" [R…

鞋纸虽美,但不合脚ㄋ〞 2024-12-13 05:49:13 0 0

通过 mod 重写删除特定文件名

我如何通过 .htaccess www.example.com/foo/test.php => 中的 mod 重写来完成以下操作www.example.com/foo 另外,此重写不需要反映在浏览器的地址栏中…

[旋木] 2024-12-13 05:43:05 0 0

清理 url .htaccess 文件不起作用

我的网页的查询字符串如下所示,现在显示在网址中。 board_list.php?ptype=list&code=Breaking_News&idx=5752&page=1 确实很乱,所以我一直在寻找让它…

小…楫夜泊 2024-12-13 05:24:05 0 0

.htaccess 重写规则不会使用 unicode 字符

我正在使用以下 ModRewrite 来使我的 url 看起来更干净: RewriteEngine On RewriteRule ^([a-zA-Z0-9_-]+)/?$ index.php?key=$1 它允许使用字母和数…

伴我心暖 2024-12-13 04:46:12 1 0

我可以在 htaccess RewriteCond 中获取匹配的变量吗?

如何访问像这样的规则中的匹配变量? RewriteCond %{HTTP_REFERER} ^http://example\.com/dir[0-9]/?(.*)?$ RewriteRule ^images/(.*)$ other_dir(MAT…

浅蓝的眸勾画不出的柔情 2024-12-13 01:50:03 1 0

Mod_Rewrite和网站链接结构

我有一个具有以下结构的网站: index.php / home.php / profile.php / news.php / photos.php newsfeed.php - 用于新闻文章 photo.php - 对于照片, …

み青杉依旧 2024-12-12 22:50:55 1 0

htaccess 删除 url 中的重复名称

我有这个页面,如果您滚动到页面中间,您会看到许多链接全部都有重复的名称,例如 http://healingstreamsusa.org/healing/healing/good-grief.html ht…

烙印 2024-12-12 22:50:40 1 0

mod_rewrite 被忽略

我正在尝试将“domain.com/index.php?site=food&category=beef”转换为“domain.com/food/beef”,但无论我如何尝试,它都不起作用。它总是离开原始域…

書生途 2024-12-12 22:02:26 0 0

当您访问 url 中的文件夹时,在 ajax 站点上使用 mod_rewrite 加载根索引页面

我正在构建一个 Ajax 站点,该站点从根级 index.html 文件运行,并使用history.js 进行pushState/popState,我已经更新了网址,使它们干净整洁,没有…

九歌凝 2024-12-12 20:19:30 0 0

.htaccess 不重写 url

我有这个问题: 服务器的管理员说他为 apache 服务器启用了 rewrite_module,但是当我将一些测试文件上传到服务器来测试此功能时,它不起作用。 我在…

成熟的代价 2024-12-12 19:58:20 1 0

Codeigniter 应用程序中的 .htaccess 重定向问题

我对 codeigniter 和 .htaccess 有问题,我一直在这里寻找答案,但找不到它,所以我会感谢任何有关此问题的帮助:-) 在我的 index.php 上,第一行是这…

暖树树初阳… 2024-12-12 19:54:05 1 0
更多

推荐作者

娇女薄笑

文章 0 评论 0

biaggi

文章 0 评论 0

xiaolangfanhua

文章 0 评论 0

rivulet

文章 0 评论 0

我三岁

文章 0 评论 0

薆情海

文章 0 评论 0

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