From 04a98a4e9ee296fa7a6e5aef8a2ef5fd41f05753 Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Fri, 31 Dec 2021 14:23:39 -0800 Subject: [PATCH] Fixed path. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 86b1848..8a10955 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ # Set the path to prepend to all rewrites. -RewriteBase ajko/books/cooperative-software-development +RewriteBase /ajko/books/cooperative-software-development # Redirect all non-directory paths to index.html for single-page routing, RewriteCond %{REQUEST_FILENAME} !-f