aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>