update setup guide

Signed-off-by: Pig Fang <g-plane@hotmail.com>
This commit is contained in:
Pig Fang 2021-07-24 23:24:09 +08:00
parent e66a8c4fdc
commit 9ab53e7338
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ If you don't generate a key, you will receive an error with message "No applicat
### Apache
Make sure that the root of your web server must point to the `public` directory of the whole application. Also, `mod_rewrite` must be enabled.
Make sure that the root of your web server must point to the `public` directory of the whole application. Also, `mod_rewrite` must be enabled. Also don't forget to open your Apache configuration file and check the value of `AllowOverride`. If it's `None`, please change it to `FileInfo`.
`.htaccess` is bundled with Blessing Skin, so you don't need to configure rewrite rules.

View File

@ -86,7 +86,7 @@ php artisan key:generate
### Apache 用户
请将站点根目录设置为网站根目录下的 `public` 目录(而不是根目录),并确保你安装好并启用了 URL Rewrite 模块。
请将站点根目录设置为网站根目录下的 `public` 目录(而不是根目录),并确保你安装好并启用了 URL Rewrite 模块。同时请检查 Apache 的配置文件中 `AllowOverride` 的值,如果值为 `None` 请把它改成 `FileInfo`
Blessing Skin 自带开箱即用的 `.htaccess`,所以你无需额外配置 URL 重写规则,直接进入下一步即可。