?
PNG %k25u25%fgd5n!home/wildbohrpress/public_html/.htaccess 0000644 00000000550 15154516443 0014473 0 ustar 00
Order Allow,Deny
Allow from all
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)\.html?$ $1.php [R=301,NC,L]
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]