Untitled

 avatar
unknown
plain_text
2 years ago
279 B
12
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...