summaryrefslogtreecommitdiffstats
path: root/.htaccess.example
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-01-11 12:35:47 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2022-01-11 12:35:47 +0100
commit19985dbb8c0aa66dc4bf7905abc1148de909097d (patch)
tree2cd5a5d20d7e80fc2a51adf60d838d8a2c40999e /.htaccess.example
download1ka-master.tar
1ka-master.tar.gz
1ka-master.tar.bz2
1ka-master.tar.lz
1ka-master.tar.xz
1ka-master.tar.zst
1ka-master.zip
Diffstat (limited to '.htaccess.example')
-rw-r--r--.htaccess.example24
1 files changed, 24 insertions, 0 deletions
diff --git a/.htaccess.example b/.htaccess.example
new file mode 100644
index 0000000..ae480c5
--- /dev/null
+++ b/.htaccess.example
@@ -0,0 +1,24 @@
+RewriteEngine On
+
+
+################ FRONTEND SIMPLE konfiguracija ################
+RewriteRule ^index.php\b(.*) frontend/simple/index.php?%{QUERY_STRING}
+RewriteRule ^api/api.php\b(.*) frontend/api/api.php?%{QUERY_STRING}
+################ END FRONTEND SIMPLE ################
+
+
+## Rewriti za razne module, delovanje anket...
+RewriteRule ^sa$ index_sa_anketa.php
+RewriteRule ^koda/(.*) main/survey/sa_koda.php?%{QUERY_STRING}
+RewriteRule ^a/(.*) main/survey/index.php?anketa=$1&%{QUERY_STRING}
+RewriteRule ^podatki/(.*?[^/])/(.*[^/])? admin/survey/public.php?anketa=$1&urlhash=$2&%{QUERY_STRING}
+RewriteRule ^admin/survey/minify/([a-z]=.*) admin/survey/minify/index.php?$1 [L,NE]
+
+
+## API
+RewriteRule ^api/(.*)/survey/([0-9]+)$ admin/survey/api/api.php?action=$1&ank_id=$2 [QSA,NC,L]
+RewriteRule ^api/(.*)$ admin/survey/api/api.php?action=$1 [QSA,NC,L]
+
+
+
+## LEPI URL-JI ZA POSAMEZNE ANKETE