ispCP - Board - Support
Alias forwarding issue - complete url - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Alias forwarding issue - complete url (/thread-2629.html)



Alias forwarding issue - complete url - psygarden - 03-04-2008 06:35 PM

Hello again Smile

I have three domains running that all have the same website behind it.

something.com
something.be
something.eu

now i want to use only the .be , and have all the other domains forward to this one, including the query strings and what else might be included.

so if someone has bookmarked something.eu/gallery/v/album1/ i would like to see them forwarded to something.be/gallery/v/album1/

It this at all possible at this moment?

greetings,
Rik


RE: Alias forwarding issue - complete url - rbtux - 03-04-2008 06:44 PM

you could use a mod_rewrite rule for that...


RE: Alias forwarding issue - complete url - psygarden - 03-04-2008 06:53 PM

at this moment with the url for the alias set to http://www.domain.be

When i load domain.com/gallery/something it's redirected to domain.begallery/something
or
domain.com/news.php is redirected to domain.benews.php

so it's missing just a slash to work properly... adding the slash directly to the database doesn't seem to work because it isn't applied. The web internface doesn't allow me to include a trailing slash at all (invalid format for forward url?)

any more suggestions?