gpt4 book ai didi

cloud - 如何更改 cloudControl 上的 DocumentRoot?

转载 作者:行者123 更新时间:2023-12-01 07:36:51 26 4
gpt4 key购买 nike

我需要将一个子目录设置为 DocumentRoot,以便在 slim 框架上运行我的应用程序。有什么办法吗?

我尝试使用 htaccess 文件但没有成功:根:

RewriteEngine On
RewriteRule ^$ www/ [L]
RewriteRule (.*) www/$1 [L]

子目录:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

最佳答案

只需在您的应用程序根目录中创建一个 .ccconfig.yaml

内容应该是

BaseConfig:
WebContent: /www
AdminEmail: [email]

那应该行得通。如果需要,您也可以在此文件中定义自己的 PHP-config-settings。

关于cloud - 如何更改 cloudControl 上的 DocumentRoot?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13030561/

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