Closed Bug 485301 Opened 16 years ago Closed 16 years ago

Website: Default URL shouldn't be "index.html"

Categories

(Mozilla Labs Graveyard :: Personas Plus, defect, P2)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: samuel.sidler+old, Assigned: oremj)

References

()

Details

The default URL for getpersonas.com is http://www.getpersonas.com/store/index.html Is there a reason this has "index.html"? The site works fine without it and if it's removed, I can view the page just fine and it doesn't re-appear. It also makes the URL longer and that just seems silly to me from a linkability standpoint.
Assignee: cbeard → telliott
Severity: normal → major
Priority: -- → P2
Target Milestone: -- → 1.0
There's a rewrite rule in the config : RewriteRule ^/$ /store/index.html changing it to RewriteRule ^/$ /store/ should have no impact on the site and will address this. Reassigning to Jeremy.
Assignee: telliott → oremj
- RewriteRule ^/$ /store/index.html [R] + RewriteRule ^/$ /store/ [R]
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in before you can comment on or make changes to this bug.