|
Alias via mod_alias (Redirect) -> FIX
|
| Author |
Message |
schoeppchen
Junior Member

Posts: 12
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
Alias via mod_alias (Redirect) -> FIX
Hi there,
I'm using trunk version of ISPCP (20080123) and I encountered an error.
If a user sets up a domain alias (lets say domain2.ltd) with redirection (to lets say domain.ltd), then it is not allowed to redirect to something like
http://domain.ltd/
Instead one has to use
http://domain.ltd
This gets translated into mod_alias directive
Redirect / http://domain.ltd
which results in the fact, that one cannot call the alias like
http://domain2.ltd/test
because this gets redirected to
http://domain.ltdtest
Fix: A redirect like
Redirect / http://domain.ltd/
will solve the problem - the user needs to be capable to set the redirection to that value (i would rather prefer that a slash needs to be added if the user "forgets" it if that is possible).
|
|
| 02-14-2008 07:59 AM |
|
 |
BioALIEN
Junior Member
 
Posts: 210
Group: Graph Team
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: Alias via mod_alias (Redirect) -> FIX
This seems like an obvious win-win situation to me. I believe this is a bug and a ticket should be filed!
BioALIEN
OS: Debian 4.0 Etch
ispCP Build: RC3 r953 - 28.12.07
Mods: AWStats dynamic
|
|
| 02-15-2008 01:53 PM |
|
 |
schoeppchen
Junior Member

Posts: 12
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
RE: Alias via mod_alias (Redirect) -> FIX
Ok, ticket is filed as #1045
|
|
| 02-15-2008 06:47 PM |
|
 |