Default Wordpress .htaccess

Default WordPress .htaccess file suitable for being installed in root directory


# Default .htaccess suitable for being installed in the root directory
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress


Supported By Cosmos Hosting