summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: 7eb36e12fce174912c793b9008d8a601bd97df54 (plain) (blame)
1
2
3
4
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]