Order allow,deny
Deny from all
Order allow,deny
Allow from all
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Warning: Cannot modify header information - headers already sent by (output started at /home4/furiae/public_html/everettdrake.com/wp-content/themes/Lotus/fields/.htaccess:1) in /home4/furiae/public_html/everettdrake.com/wp-includes/pluggable.php on line 1221