Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Resolving the lack of "map channel" option in CMS SE

0 views
Skip to first unread message

Kevin Davis

unread,
Feb 23, 2005, 5:33:05 PM2/23/05
to
Greetings,
I encountered the nasty shortcoming of there being no "Map Channel Names to
Host Headers" option in the Standard Edition of CMS. To work around this, I
found ISAPI_REWRITE to be a very handy tool.

Download it here:
http://www.isapirewrite.com

In your httpd.ini file, put the following commands in (based upon their
samples):

RewriteCond Host: (.*)
RewriteRule ([^.?]+[^.?/]) http\://$1$2/ [I,R]

RewriteCond Host: (?:subdomain\.)?domain\.extension
RewriteRule /workingChannel(.*) http\://subdomain.domain.extension$1 [I,R]
RewriteRule (.*) /workingChannel$1 [I,L]

This will essentially emulate the functionality of the enterprise edition
function.

I would be curious about ways to improve this method.

Angus Logan [MVP]

unread,
Feb 24, 2005, 5:38:54 AM2/24/05
to
Hi Kevin,

I thought of this a wihle ago but never implemented it. It looks sound!

If only we could fake the 15 users in non subscriber roles :)

Regards
--
________________________________________

Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus...@data3.com.au
BLOG www.anguslogan.com
________________________________________
"Kevin Davis" <Kevin...@discussions.microsoft.com> wrote in message
news:C413A305-16C8-4B73...@microsoft.com...

Stefan [MSFT]

unread,
Feb 24, 2005, 6:45:48 AM2/24/05
to
Hi Kevin,

how will this rule work with URLs going to the /NR folder for resource
galleries and during authoring?
I cannot see an exception for these condidions.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights
Book: Building Websites Using MCMS: http://tinyurl.com/3lh8s
----------------------


"Kevin Davis" <Kevin...@discussions.microsoft.com> wrote in message
news:C413A305-16C8-4B73...@microsoft.com...

Kevin Davis

unread,
Feb 25, 2005, 9:43:04 AM2/25/05
to
uh oh...back to the drawing board
0 new messages