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)
Mozilla Labs Graveyard
Personas Plus
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
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.
Comment 1•16 years ago
|
||
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
| Assignee | ||
Comment 2•16 years ago
|
||
- RewriteRule ^/$ /store/index.html [R]
+ RewriteRule ^/$ /store/ [R]
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
Verified FIXED:
http://web-sniffer.net/?url=http%3A%2F%2Fwww.getpersonas.com%2F&submit=Submit&http=1.1&gzip=yes&type=GET&uak=0
There's still a 302 to /store, but that's a separate bug, bug 485308.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•