Get a 15% discount on Virtual Server and Hosting services! Use this code for instant discount in your cart: Coupon code: HIDERY15

WordPress Default htaccess Content

WordPress Default htaccess Content

WordPress Default htaccess Content

From time to time, you may need default htaccess file content in WordPress installations. In this case, you can return to the default htaccess configurations using the codes below.

# BEGIN WordPress

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?

72 times viewed | 0 people fount it helpful