gpt4 book ai didi

php - 常规 Linux 托管 php 时出现 500 内部错误

转载 作者:太空宇宙 更新时间:2023-11-04 03:37:49 25 4
gpt4 key购买 nike

这是我在 .htaccess 中的代码

<Directory "/">
AllowOverride All
</Directory>
RewriteEngine on
RewriteRule ^custom contactus.php[NC L]

远程站点路径或我的所有网站文件包含在/www

当前网址:example.com/contactus.php

预期输出网址:example.com/custom

最佳答案

尝试以下规则。

RewriteEngine On
RewriteRule ^custom$ /contactus.php [L]

关于php - 常规 Linux 托管 php 时出现 500 内部错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30995658/

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