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/www/.htaccess.bak.1391441014
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .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