| Summary: | https://git.eclipse.org/c not found | ||
|---|---|---|---|
| Product: | Community | Reporter: | Thanh Ha <thanh.ha> |
| Component: | Git | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
Fixed by adding:
RewriteRule ^/c$ /c/ [R=301,L]
|
When using https:// to connect to cgit if you forget the end slash the site throws a url not found error. This does not happen on the regular http url. I think we need a rewrite rule like: RewriteRule ^/c$ /c/ [R]