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
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Supported By Cosmos Hosting