Opened 18 years ago
Closed 18 years ago
#6891 closed defect (bug) (fixed)
Do not add trailing slash to the robots.txt URL
| Reported by: | thenlich | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | 2.5.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The /robots.txt is redirected to /robots.txt/ if configured. This is in violation of the robot exclusion standard, which specifies
This file must be accessible via HTTP on the local URL "/robots.txt".
It is also not network nice because it generates extra traffic for the additional request after redirection.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I spotted this the other day, Didnt get around to submitting a trac ticket though, Thanks for bringing it up and reminding me :)