
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /closet4/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /closet4/index.php [L]
</IfModule>

# END WordPress
AuthType Basic
AuthName "closet4"
AuthUserFile "/home/compu95/.htpasswds/public_html/ejjeconcepts/closet4/passwd"
require valid-user
