mirror of
https://github.com/bs-community/blessing-skin-manual.git
synced 2024-11-21 00:40:49 +08:00
update setup guide
Signed-off-by: Pig Fang <g-plane@hotmail.com>
This commit is contained in:
parent
e66a8c4fdc
commit
9ab53e7338
@ -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.
|
||||
|
||||
|
@ -86,7 +86,7 @@ php artisan key:generate
|
||||
|
||||
### Apache 用户
|
||||
|
||||
请将站点根目录设置为网站根目录下的 `public` 目录(而不是根目录),并确保你安装好并启用了 URL Rewrite 模块。
|
||||
请将站点根目录设置为网站根目录下的 `public` 目录(而不是根目录),并确保你安装好并启用了 URL Rewrite 模块。同时请检查 Apache 的配置文件中 `AllowOverride` 的值,如果值为 `None` 请把它改成 `FileInfo`。
|
||||
|
||||
Blessing Skin 自带开箱即用的 `.htaccess`,所以你无需额外配置 URL 重写规则,直接进入下一步即可。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user