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