14 lines
285 B
ApacheConf
14 lines
285 B
ApacheConf
Options +SymLinksIfOwnerMatch
|
|
RewriteEngine On
|
|
|
|
# Allow Installatron requests
|
|
RewriteCond %{REQUEST_FILENAME} deleteme\.\w+\.php
|
|
RewriteRule (.*) - [L]
|
|
|
|
RewriteRule ^ index.php [L]
|
|
|
|
<FilesMatch “\.(php4|php5|php3|php2|php|phtml)$”>
|
|
|
|
SetHandler application/x-lsphp81
|
|
|
|
</FilesMatch> |