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