From c1edb7b116e61d62d2d95633be22e5a50089ad9a Mon Sep 17 00:00:00 2001 From: Per Qvarforth Date: Sun, 13 Feb 2022 21:23:46 +0000 Subject: [PATCH] Minor README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8856793..f1495cb 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Add the following to /etc/apache2/sites-enabled/000-default.conf. You need to re Change the VirtualHost DocumentRoot: (in /etc/apache2/sites-enabled/000-default.conf): ``` -DocumentRoot /home/USER/trackdirect/htdocs +DocumentRoot /home/my_username/trackdirect/htdocs ``` Enable rewrite and restart apache