Some more functionalities

This commit is contained in:
2020-02-10 00:52:25 +01:00
parent f4ed99fc72
commit 1853756db4
25 changed files with 897 additions and 188 deletions

View File

@@ -1,8 +1,5 @@
php_flag display_errors on
Options -Indexes
ErrorDocument 404 /s/404
RewriteEngine on
RewriteRule ^s/(.*)?$ index.php?s=$1&$2 [L,QSA]
RewriteEngine On
RewriteRule ^api/(.*)?$ index.php?api=$1&$2 [L,QSA]