Default HTACCESS File for WordPress

Looking for the default .htaccess file for WordPress? Here it goes. Simply create a .htaccess file and upload it on your root directory. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f...