ispCP - Board - Support
Alias via mod_alias (Redirect) -> FIX - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Enhancements (/forum-43.html)
+--- Thread: Alias via mod_alias (Redirect) -> FIX (/thread-2432.html)



Alias via mod_alias (Redirect) -> FIX - schoeppchen - 02-14-2008 07:59 AM

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).


RE: Alias via mod_alias (Redirect) -> FIX - BioALIEN - 02-15-2008 01:53 PM

This seems like an obvious win-win situation to me. I believe this is a bug and a ticket should be filed!


RE: Alias via mod_alias (Redirect) -> FIX - schoeppchen - 02-15-2008 06:47 PM

Ok, ticket is filed as #1045