gpt4 book ai didi

php - Apache 2 中的 URL 缩短

转载 作者:行者123 更新时间:2023-12-04 18:37:05 24 4
gpt4 key购买 nike

我有一个主页为 /var/www/mysite/index.html 的网站
现在我想直接www.mysite.com/x2312d/var/www/mysite/app/pass.php?id=x2312d我该怎么做呢?
我应该在哪里创建 .htaccess文件,它的内容应该是什么?

最佳答案

在你的根目录/var/www
.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^\.]+)$ /app/pass.php?id=$1 [NC,L]

关于php - Apache 2 中的 URL 缩短,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6107120/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com