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!
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