Friday
Jul022010
Setting IHS Default to be Connections Homepage

Taken from: http://tinyurl.com/3xwge74
tagged
connections websphere in
Technical,
WebSphere Portal,
websphere




LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine on
RewriteRule ^/$ http://<host_name>/<feature> [R,L]
Where <host_name> is the URL that users will access, and <feature> is the context path of the default feature, including Activities, Blogs, Communities, Dogear, Home page, or Profiles. For example:
RewriteEngine on
RewriteRule ^/$ http://connections.acme.com/homepage [R,L]
RewriteEngine on
RewriteRule ^/$ https://<host_name>/<feature> [R,L]
Where <host_name> is the URL that users will access, and <feature> is the context path of the default feature.
Taken from: http://tinyurl.com/3xwge74