Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 406218

Summary: https://git.eclipse.org/c not found
Product: Community Reporter: Thanh Ha <thanh.ha>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Thanh Ha CLA 2013-04-22 09:45:23 EDT
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]
Comment 1 Thanh Ha CLA 2013-10-29 14:02:38 EDT
Fixed by adding:

    RewriteRule ^/c$ /c/ [R=301,L]