多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# nginx/apache服务器 我们需要打开配置文件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 RewriteEngine onRewriteCond %{http\_host} ^[yoby123.cn](http://yoby123.cn) \[NC\] RewriteRule ^(.\*)$ [https://www.yoby123.cn/$1](https://www.yoby123.cn/%241) \[L,R=301\] .htaccess utf8编码 - Apache显示目录 ``` <pre class="calibre16">``` Options Indexes ExecCGI AllowOverride All <span class="token2">.</span>htaccess 才起作用httpd<span class="token2">.</span>conf文件 mod_rewrite<span class="token2">.</span>so开启 ``` ```