XenForo Xon AvatarUrl 1.0
Xenforo submitted a new resource:
You need to be registered to see the hidden links
Rewrites Avatar URLS to be more cache friendly by moving the timestamp from a query string parameter to part of the URL.
WARNING, requires URL rewrite support from host!
Nginx config:
location ^~ /data/avatar/ { rewrite ^/data/avatar/([0-9]*)/(.*)$ /data/avatars/$2 last; return 403; }
You need to be registered to see the hidden links