# this line may need to be removed on other hosts! Action php-fcgid /fcgi-bin/php-fcgi-starter-7.0 Order allow,deny Deny from all RewriteEngine On RewriteBase /microblog RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php [L]