正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -72,9 +72,9 @@ public function createBtSite($domain, $ssl_open, $ssl_auto, $ssl_auto_day, $ssl_ | @@ -72,9 +72,9 @@ public function createBtSite($domain, $ssl_open, $ssl_auto, $ssl_auto_day, $ssl_ | ||
72 | // 伪静态设置 | 72 | // 伪静态设置 |
73 | $htaccess = '# SEO URL Settings | 73 | $htaccess = '# SEO URL Settings |
74 | # Nginx configuration of OC htaccess | 74 | # Nginx configuration of OC htaccess |
75 | - location = /sitemap.xml { | ||
76 | - rewrite ^(.*)$ /index.php?route=feed/google_sitemap break; | ||
77 | - } | 75 | + # location = /sitemap.xml { |
76 | + # rewrite ^(.*)$ /index.php?route=feed/google_sitemap break; | ||
77 | + # } | ||
78 | 78 | ||
79 | location = /googlebase.xml { | 79 | location = /googlebase.xml { |
80 | rewrite ^(.*)$ /index.php?route=feed/google_base break; | 80 | rewrite ^(.*)$ /index.php?route=feed/google_base break; |
-
请 注册 或 登录 后发表评论