# .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]