View Issue Details

IDProjectCategoryView StatusLast Update
0000331SOGoBackend Generalpublic2012-08-01 20:24
Reporterbertails Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionwon't fix 
Product Versionnightly v2 
Summary0000331: Apache URL can't be just "/"
Description

There is no way to configure the main URL as http://example.com/.

The URLs are rewritten following a strange pattern.

TagsNo tags attached.

Relationships

related to 0000322 new accept DAV PROPFIND on / 

Activities

ketzaldev

ketzaldev

2010-09-10 12:24

reporter   ~0001421

and with .htaccess?

kristof

kristof

2010-11-13 00:42

reporter   ~0001794

I use this in my http://example.com/.htaccess file

Options -Indexes
RewriteEngine on
RewriteRule ^$ "https://%{HTTP_HOST}/SOGo/" [R=301,L] [R]

which forwards me from
http://example.com/
to
https://example.com/SOGo/

ludovic

ludovic

2012-08-01 20:24

administrator   ~0004242

It can also be done using:

RedirectMatch ^/$ https://mycomputer/SOGo

ludovic

ludovic

2012-08-01 20:24

administrator   ~0004243

Use Apache for doing this.

Issue History

Date Modified Username Field Change
2010-01-14 23:27 bertails New Issue
2010-01-21 22:01 francis Relationship added related to 0000322
2010-01-22 21:26 ludovic Severity major => feature
2010-09-10 12:24 ketzaldev Note Added: 0001421
2010-11-13 00:42 kristof Note Added: 0001794
2012-08-01 20:24 ludovic Note Added: 0004242
2012-08-01 20:24 ludovic Note Added: 0004243
2012-08-01 20:24 ludovic Status new => closed
2012-08-01 20:24 ludovic Resolution open => won't fix