mirror of https://tildegit.org/sbgodin/HtmGem
Fix typo in the English documentation about Apache
parent
41d1e3b289
commit
fb8134d3e0
|
@ -28,7 +28,7 @@ location = /favicon.ico { alias /var/www/dev/htmgem/favicon.ico; }
|
|||
```
|
||||
DirectoryIndex index.gmi index.php index.html
|
||||
RewriteEngine on
|
||||
rewriteRule ^(.+\.gmi)$ htmgem/index.php?rw=1&url=$1&style=default,htmgem.css
|
||||
RewriteRule ^(.+\.gmi)$ htmgem/index.php?rw=1&url=$1&style=default,htmgem.css
|
||||
```
|
||||
|
||||
Other available styles:
|
||||
|
|
Loading…
Reference in New Issue