Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
279 B
7
Indexable
Never


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