File ".htaccess"
Full path: /home/craftyou/public_html/abode/.htaccess
File size: 270 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Edit Back
# 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