企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
我们需要打开配置文件D:\phpStudy\nginx\conf \nginx.conf 在http{ autoindex on; autoindex_exact_size off; autoindex_localtime on; } linux设置777 chmod -R 777 /home/wwwroot/we7.yoby123.cn/web 不带www跳转到带www <IfModule mod_rewrite.c> RewriteEngine onRewriteCond %{http_host} ^yoby123.cn [NC] RewriteRule ^(.*)$ https://www.yoby123.cn/$1 [L,R=301] </IfModule> .htaccess utf8编码 - Apache显示目录 ~~~ Options Indexes ExecCGI AllowOverride All .htaccess 才起作用httpd.conf文件 mod_rewrite.so开启 ~~~