- 输入website:21102即可打开我的home网页的做法是使用.htaccess来redirect网页
1 | Redirect /index.htm website:21102/nextcloud/sites/sshome |
- 这个重定向更好的写法是:
1 | RewriteEnigine On |
- 使用如上的重定向,website:21102/ 会被定向到website/grav-admin, 所以不能进入我的服务器。所以要
1 | Redirect /index.html website:21102/grav-admin/ |