首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
V2EX
›
程序员
google 了几个小时, nginx 美化 url 还是不成功
allinoneok
·
2019-03-12 10:32:25 +08:00
· 1180 次点击
这是一个创建于 2134 天前的主题,其中的信息可能已经有所发展或是发生改变。
新手配置 nginx 将 URL
https://abc.com/u/123.html
显示成
https://abc.com/u/123
用了这个方法总是不成功
location ~/u {
root html;
index index.html index.htm index.php;
try_files $uri.html $uri/ =404;
}
目前尚无回复
Nginx
url
try_files
URI
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1004 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms ·
UTC 20:49
·
PVG 04:49
·
LAX 12:49
·
JFK 15:49
Developed with
CodeLauncher
♥ Do have faith in what you're doing.