File: /home2/samchal1/public_html/.htaccess.cache.1482542284
# Use PHP54CGI as default
# Changed PHP handler from fcgid54-script to fcgidbeta-script on Tue Nov 17 15:15:11 MST 2015.
AddHandler fcgidbeta-script .php
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName samchaltain.com
AuthUserFile /home/samchal1/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/samchal1/public_html/_vti_pvt/service.grp
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress