HEX
Server: Apache
System: Linux just2055.justhost.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: samchal1 (1409)
PHP: 7.4.33
Disabled: NONE
Upload Files
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