syntax highlighting

This commit is contained in:
Greg Gauthier 2021-04-03 11:49:44 +01:00
parent ae3b972a22
commit 764506778e
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Unfortunately, out of the box, it wasn't working. I tried all sorts of suggestio
Then, after a day of staring blankly at the problem, I suddenly realized what was wrong. There was a simple `regex` typo in the htaccess configuration that came from nextcloud. Let's see if you can see the difference. Here's what nextcloud gives you:
``` 
```xml-dtd
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} DavClnt
@ -27,7 +27,7 @@ Then, after a day of staring blankly at the problem, I suddenly realized what wa
and here is what I ended up running successfully with:
```
```xml-dtd
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} DavClnt