diff options
Diffstat (limited to '')
-rw-r--r-- | .htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7eb36e1 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +# .htaccess bi se moral generirati avtomatsko, če se ne, je tukaj. Daj ga zraven index.php +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ /index.php?r=$1 [NC,L,QSA] |