update htaccess for hosting no select multi php

pull/1/head
Aji Kamaludin 3 years ago
parent 48e855d947
commit 4a2139a3be
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -2,6 +2,9 @@
<IfModule mod_negotiation.c> <IfModule mod_negotiation.c>
Options -MultiViews -Indexes Options -MultiViews -Indexes
</IfModule> </IfModule>
<FilesMatch "\.(php4|php5|php3|php2|php|phtml)$">
SetHandler application/x-httpd-alt-php81___lsphp
</FilesMatch>
RewriteEngine On RewriteEngine On

Loading…
Cancel
Save