提交 39ae117a 编写于 作者: M Mu Li

fix htaccess

上级 a5b6dfba
......@@ -8,5 +8,8 @@ echo "RewriteEngine On" >>$OUT
echo "RewriteCond %{SERVER_PORT} 80" >>$OUT
echo "RewriteRule ^(.*)$ https://zh.gluon.ai/$1 [R,L]" >>$OUT
for f in chapter*/*; do
if [[ $f == *"index"* ]]; then
continue
fi
echo "Redirect /$(basename $f) /$f" >>$OUT
done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册