aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaquer <jaquer@users.noreply.github.com>2022-01-26 17:37:10 -0800
committerjaquer <jaquer@users.noreply.github.com>2022-01-26 17:37:10 -0800
commit0ddbb403904a08759db7c9f3cfe508c0c03e83a5 (patch)
tree8473a173a631781ed9b2457eb49d4be81048e975
parent942e3aa2b6b255fe9dac2a461aed1720c7376685 (diff)
downloadmicroblog-0ddbb403904a08759db7c9f3cfe508c0c03e83a5.tar.gz
microblog-0ddbb403904a08759db7c9f3cfe508c0c03e83a5.tar.bz2
microblog-0ddbb403904a08759db7c9f3cfe508c0c03e83a5.zip
Cosmetic changes.
-rw-r--r--.htaccess3
1 files changed, 1 insertions, 2 deletions
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!
<IfModule mod_fcgid.c>
Action php-fcgid /fcgi-bin/php-fcgi-starter-7.0
</IfModule>
@@ -20,7 +20,6 @@ RewriteBase /microblog
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [L]
-
</IfModule>