From 9ab53e7338dbc580a5cc75a85301224d81dd224e Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 24 Jul 2021 23:24:09 +0800 Subject: [PATCH] update setup guide Signed-off-by: Pig Fang --- man/en/setup.md | 2 +- man/setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/en/setup.md b/man/en/setup.md index 819f4f6..580fc1b 100644 --- a/man/en/setup.md +++ b/man/en/setup.md @@ -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. diff --git a/man/setup.md b/man/setup.md index 0894369..861a27b 100644 --- a/man/setup.md +++ b/man/setup.md @@ -86,7 +86,7 @@ php artisan key:generate ### Apache 用户 -请将站点根目录设置为网站根目录下的 `public` 目录(而不是根目录),并确保你安装好并启用了 URL Rewrite 模块。 +请将站点根目录设置为网站根目录下的 `public` 目录(而不是根目录),并确保你安装好并启用了 URL Rewrite 模块。同时请检查 Apache 的配置文件中 `AllowOverride` 的值,如果值为 `None` 请把它改成 `FileInfo`。 Blessing Skin 自带开箱即用的 `.htaccess`,所以你无需额外配置 URL 重写规则,直接进入下一步即可。