# BEGIN WordPress RewriteEngine On RewriteBase /amblog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /amblog/index.php [L] # END WordPress