How to configure Gitblog on apache?
怪我咯
怪我咯 2017-05-16 17:01:45
0
1
751

How to configure Gitblog on apache?

Configure Gitblog to access 404. It is said that the URL of Gitblog is pseudo-static. How to configure apache to be pseudo-static?

Does anyone know how to configure apache to run the Gitblog blog?

The Gitblog official website document has the configuration of SAE. The configuration was successful, but I failed on Apache. Please help!

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
伊谢尔伦

Pseudo-static You must first put the pseudo-static file .htaccess in the root directory of the website, and then configure apache to configure the virtual host, similar to:
(I have apache 2.4 here)


Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride all
Require all granted

ServerAdmin admin@fenqile.com
DocumentRoot "I:/app"
ServerName info.me
ErrorLog "logs/info-error.log"
CustomLog "logs/info-access.log" combined

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template