Browse Source

updated apache config for check.php

master
Robin Thoni 9 years ago
parent
commit
b37f6abe44
2 changed files with 4 additions and 0 deletions
  1. 4
    0
      misc/api.vdm
  2. 0
    0
      misc/check.php

+ 4
- 0
misc/api.vdm View File

@@ -21,6 +21,10 @@
21 21
     RewriteEngine on
22 22
     RewriteCond %{REQUEST_FILENAME} !-f
23 23
     RewriteCond %{REQUEST_FILENAME} !^/medias/
24
+###############
25
+#ONLY FOR TESTS! SHOULD BE DELETED
26
+    RewriteCond %{REQUEST_FILENAME} !^/misc/check.php
27
+###############
24 28
     RewriteCond %{REQUEST_FILENAME} !^/doc/
25 29
     RewriteRule ^(.*)$ /index.php?_url=$1 [QSA,L]
26 30
   </IfModule>

misc/test_database.sql → misc/check.php View File


Loading…
Cancel
Save