Closed Bug 731097 Opened 13 years ago Closed 13 years ago

Move collection icon logic out of apache and into python

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: clouserw, Assigned: clouserw)

References

Details

Read bug 731089 for background and some info on doing this exact thing for add-on icons and for the already-done user images. I think the rewrite rules here are: > RewriteRule ^([^/]+/[^/]+/|)images/collection_icon/((\d*?)\d{1,3}).png /img/uploads/collection_icons/$3/$2.png [L] > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} /img/uploads/collection_icons/+\d*.png$ > RewriteRule (\d+)\.png$ /img/uploads/collection_icons/0/$1.png [L]
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.