wzxjohn / moeSS

moe SS Front End for https://github.com/mengskysama/shadowsocks/tree/manyuser
https://ss.qaq.moe
GNU General Public License v3.0
303 stars 107 forks source link

http code 307 #55

Open JamCh01 opened 7 years ago

JamCh01 commented 7 years ago

安装好了之后,更改apache2.conf如下

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Require all denied
</Directory>

<Directory /var/www/html>
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>

但是在访问http://domain/admin,输入默认用户名密码后会直接307跳转, 其中 location:"http://domain/admin/login.html"

不知道是不是apache2.conf 中配置有问题