Wie konfiguriere ich Gitblog auf Apache?
Gitblog für den Zugriff auf 404 konfigurieren. Es wird gesagt, dass die URL von Gitblog pseudostatisch ist. Wie konfiguriere ich Apache so, dass er pseudostatisch ist?
Wei? jemand, wie man Apache für die Ausführung eines Gitblog-Blogs konfiguriert?
Das offizielle Gitblog-Website-Dokument enth?lt die Konfiguration von SAE. Die Konfiguration war erfolgreich, aber ich bin bei Apache fehlgeschlagen. Bitte helfen Sie!
走同樣的路,發(fā)現(xiàn)不同的人生
偽靜態(tài) 你首先要把偽靜態(tài)的文件.htaccess放到網(wǎng)站根目錄下,然后apache配置虛擬主機(jī) ,類似:
(我這里的是apache 2.4)
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