Black Friday Super Sale 2024 Starts in

0Days

0Hours

0Minutes

0Seconds

View All Deals
×

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
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress