|
You are here: TWiki > |
r2 - 03 Feb 2006 - 20:06 - JohnScott |
<VirtualHost *> ServerName www.myhost.com ServerAlias www.myhost.com RewriteEngine On RewriteRule ^/$ /pls/apex/f?p=136:1 [R=301] </VirtualHost>This will redirect any requests for www.myhost.com to application id 136 (and page 1). The [R=301] performs a redirect with code 301 which can be useful for Indexing Bots/Spiders. -- JohnScott - 05 Dec 2005
Copyright © 1999-2013 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.