Loading...
X
X
X
X

Knowledge Base

Homepage Knowledge Base General WordPress Default htaccess Content
Knowledge Base
Read/Write Expired: 1 Minute

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

Did you find it useful?
(12 times viewed / 0 people found it helpful)
subscibe