11 changed files with 6 additions and 117 deletions
-
20.htaccess
-
4app/models/config/Config.php
-
5app/models/config/ConfigDAO.php
-
11app/widgets/AdminMain/AdminMain.php
-
26app/widgets/AdminMain/adminmain.tpl
-
4app/widgets/AdminMain/locales.ini
-
9app/widgets/AdminTest/admintest.tpl
-
1app/widgets/AdminTest/locales.ini
-
9app/widgets/Api/Api.php
-
7app/widgets/Infos/Infos.php
-
27system/Route.php
@ -1,22 +1,2 @@ |
|||
Options -Indexes |
|||
AddType application/x-web-app-manifest+json .webapp |
|||
<IfModule mod_rewrite.c> |
|||
# Tell PHP that the mod_rewrite module is ENABLED. |
|||
SetEnv HTTP_MOD_REWRITE 1 |
|||
|
|||
# If you have troubles or use VirtualDocumentRoot |
|||
# uncomment this and set it to the path where your Movim installation is |
|||
# i.e.: |
|||
# Movim url: http://example.com |
|||
# RewriteBase / |
|||
# Movim url: http://some.example.com/movim |
|||
# RewriteBase /movim/ |
|||
|
|||
RewriteBase /0.9/ |
|||
RewriteEngine On |
|||
|
|||
RewriteCond %{REQUEST_FILENAME} !-f |
|||
RewriteCond %{REQUEST_FILENAME} !-d |
|||
RewriteRule (.*) index.php?query=$1 [L] |
|||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] |
|||
</IfModule> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue