Home  >  Q&A  >  body text

How to configure Gitblog on apache?

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!

怪我咯怪我咯2712 days ago697

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-16 17:03:45

    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

    reply
    0
  • Cancelreply