diff options
author | jaquer <jaquer@users.noreply.github.com> | 2022-01-26 17:37:10 -0800 |
---|---|---|
committer | jaquer <jaquer@users.noreply.github.com> | 2022-01-26 17:37:10 -0800 |
commit | 0ddbb403904a08759db7c9f3cfe508c0c03e83a5 (patch) | |
tree | 8473a173a631781ed9b2457eb49d4be81048e975 | |
parent | 942e3aa2b6b255fe9dac2a461aed1720c7376685 (diff) | |
download | microblog-0ddbb403904a08759db7c9f3cfe508c0c03e83a5.tar.gz microblog-0ddbb403904a08759db7c9f3cfe508c0c03e83a5.tar.bz2 microblog-0ddbb403904a08759db7c9f3cfe508c0c03e83a5.zip |
Cosmetic changes.
-rw-r--r-- | .htaccess | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |