Untitled
unknown
plain_text
3 years ago
279 B
16
Indexable
# Dodaj traling slash na kraj URL-a
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(\.css|\.js|\.png|\.jpg|\.gif|robots\.txt|\.woff|\.woff2|\.svg|\.map|\.webp)$ [NC]
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ $1/ [L,R=301]
Editor is loading...