diff --git a/.htaccess b/.htaccess index 38c51a8..ecf0c66 100644 --- a/.htaccess +++ b/.htaccess @@ -6,4 +6,4 @@ RewriteCond %{THE_REQUEST} \s/image\.php\?slika=([A-Za-z0-9]+)&okvir=([0-9]+)\s RewriteRule ^ /images/%2/%1? [R=301,L] # internally rewrite "/section/xxx" to "/section.php?id=xxx" -RewriteRule ^images/([0-9]+)/([A-Za-z0-9]+)$ /image.php?slika=%2&okvir=%1 [L] +RewriteRule ^images/([0-9]+)/([A-Za-z0-9]+)$ /image.php?slika=$2&okvir=$1 [L]