From 0ddbb403904a08759db7c9f3cfe508c0c03e83a5 Mon Sep 17 00:00:00 2001 From: jaquer Date: Wed, 26 Jan 2022 17:37:10 -0800 Subject: Cosmetic changes. --- .htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index f42ae6a..ffdf7b6 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -# this line may need to be removed on other hosts! +# this line may need to be modified on other hosts! Action php-fcgid /fcgi-bin/php-fcgi-starter-7.0 @@ -20,7 +20,6 @@ RewriteBase /microblog RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php [L] - -- cgit v1.2.3