腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
用
"-“
重写
URL
php
、
apache
、
.htaccess
、
url-rewriting
大家好,我在我的.htaccess文件中有以下
重写
规则:它适用于大多数
URL
,但当我尝试使用"-“是找不到
URL
时,抛出了when服务器错误。我已经测试过了,如果我使用
重写
规则,它的工作原理如下 上面写着404,你知道该去哪里看吗?问题是,我试图将
URL
从俄语音译过来,使用"-“作为俄语软符号和硬符号的替代。
浏览 6
提问于2020-07-31
得票数 1
回答已采纳
1
回答
用
#
重写
url
.htaccess
、
url
、
mod-rewrite
、
url-rewriting
如何
重写
带有# in的
url
?$ $1.php\#$2 [L] # one name string parameter 这将
重写
诸如之类的
url
,以便将您定向到页面,但不会像或那样将您带到相关的标记。
浏览 0
提问于2012-02-16
得票数 2
回答已采纳
1
回答
用
相对
URL
重写
URL
asp.net
、
iis
、
url-rewriting
、
url-rewrite-module
我在这个伟大的帖子上找到了这个
URL
重写
的例子: 我的装置是一样的。我的代码中有相对的
URL
,我想要动态地
重写
它们以指向我的CDN。,但我需要微调
重写
到特定的文件夹。我知道这听起来很简单,但是当我在上面的脚本中查看Regex时,我看不出我可以在我的相对
URL
中对具体的单词设置任何限制。显然,我需要在Regex更努力地工作。
浏览 1
提问于2018-03-16
得票数 0
回答已采纳
1
回答
用
Mod
重写
URL
-
重写
-删除部分
URL
apache
、
.htaccess
、
mod-rewrite
、
url-rewriting
我服务于移动和桌面网站之间的重定向,当移动用户访问该站点时,需要修改
URL
。应该删除部分
URL
。以下是需要
重写
的部分:具体而言,本部分:只有这一部分应该受到影响。
浏览 0
提问于2014-08-11
得票数 1
回答已采纳
1
回答
用
htaccess
重写
url
apache
、
.htaccess
重写
后,.htaccess是否有可能将子目录隐藏在
url
中?我可以永久隐藏index.php在我的网址,但我有困难的时间与较长的。这就是我想要达到的目标。因此,网站应该接受/login
url
https://example.com/login?param=abc¶mb=123,但不要在浏览器中显示这个奇怪的
url
。我希望core/auth/就像地址栏永久不可见的index.php一样。
浏览 1
提问于2020-02-09
得票数 1
回答已采纳
1
回答
用
HAProxy
重写
URL
haproxy
我不确定这在技术上是否可行,但如果我设置了HAProxy,使对http://example.com/hello的传入请求转到http://10.0.0.2/hello有没有可能让http://example.com/hello转而使用http://10.0.0.2/greeting?
浏览 6
提问于2015-01-30
得票数 0
4
回答
用
.htaccess
重写
URL
apache
、
.htaccess
、
url-rewriting
将
URL
/mobiles.php?
浏览 1
提问于2011-09-17
得票数 1
回答已采纳
1
回答
用
.htaccess
重写
url
apache
、
.htaccess
、
mod-rewrite
、
url-rewriting
id=$1[L]localhost/example/page.php?name=about-uslocalhost/example/about-uslocalhost/example/index.phplocalhost/example/sitemap.php 我不想
重写<
浏览 1
提问于2015-12-12
得票数 1
回答已采纳
1
回答
用
htaccess
重写
url
php
、
html
、
.htaccess
、
redirect
、
url-rewriting
我要
重写
我的网址这是我的index.html页面<a href="http://localhost/htac/index.php?
url
=about&page=2">About</a>
浏览 6
提问于2014-10-28
得票数 1
回答已采纳
1
回答
用
.htaccess
重写
url
.htaccess
、
mod-rewrite
、
url-rewriting
我正在尝试用.htaccess
重写
网页网址。
浏览 1
提问于2014-09-13
得票数 0
回答已采纳
1
回答
用
.htaccess
重写
URL
php
、
.htaccess
、
mod-rewrite
我有3个urls,我想
重写
:health.php?
浏览 2
提问于2013-09-06
得票数 0
回答已采纳
4
回答
用
PHP
重写
URL
php
、
mod-rewrite
、
rewrite
我想
重写
以下
URL
www.mysite.com/mypage.php?我如何使用php中的
重写
引擎来做这件事?
浏览 0
提问于2011-12-01
得票数 1
回答已采纳
1
回答
用
nginx
重写
url
php
、
nginx
h=xxxxxrewrite /([a-z1-9]+)$ /page1.php?h=$1 last;但在单击(page1.php?
浏览 2
提问于2013-11-13
得票数 0
1
回答
用
CouchDB
重写
URL
url-rewriting
、
couchdb
现在,我已经完成了以下
URL
返回博客文章的工作:我有一个名为posts所以我想下一步就是把
URL
重写
到更友好的地方。不幸的是,似乎有点含糊不清,而我似乎什么也做不了。我的设计文档的
重写
部分如下所示: from: '../../../
浏览 0
提问于2014-07-21
得票数 2
回答已采纳
2
回答
用
php
重写
url
php
、
url-rewriting
我能够使用上面的
重写
规则,并且a_b.htm/c可以工作。我该怎么解决这个问题呢?
浏览 4
提问于2011-05-11
得票数 1
3
回答
用
RegEx
重写
URL
asp.net
、
regex
、
url-rewriting
请考虑以下
URL
: rr-GGyy-YY然后
URL
应该重定向到某个地方。<urlrewrites> <
url
>?</
url
> <rewrite>http://ab.cdefgh.com/notfound.aspx</rewrite>
浏览 3
提问于2011-06-21
得票数 0
回答已采纳
2
回答
用
.htaccess
重写
URL
jsp
、
.htaccess
、
url-rewriting
我正在尝试
重写
URL
ToOptions +FollowSymlinksRewriteRule ^([^/]+)/([^
浏览 1
提问于2009-08-25
得票数 0
1
回答
用
querystring
重写
url
regex
、
apache
、
.htaccess
、
mod-rewrite
、
apache2
我正在为一家公司创建一个新的网站,我正在为所有页面创建新的网址。例如,论坛的主题以前是/cont/forum/showTopic.php?id=5,现在是/forum/5。如果有人能帮我做这个例子。一旦我知道是怎么做的,我就可以做剩下的事。
浏览 0
提问于2014-06-17
得票数 0
回答已采纳
1
回答
用
URL
重写
分页
apache
、
.htaccess
我怎样才能摆脱第一页显示在一个漂亮的
url
与分页?
浏览 1
提问于2019-11-25
得票数 1
回答已采纳
1
回答
用
YII
重写
Url
php
、
yii
我正在尝试使用YII进行
URL
重写
。有没有任何方法显示像.html或.php这样的页面扩展?请帮助我在YII是新来的。
浏览 3
提问于2014-11-17
得票数 1
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券