My intent is that anything to aristede.com:9080 should be redirected to delegatenichols.com. However, Apache is ignoring the following in my httpd.conf, even after I gracefully reboot.
<VirtualHost *:9080> ServerAlias aristede.com ServerSignature On ErrorLog myError.log LogLevel warn <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^/(.*) http://delegatenichols.com [R=301,L] </IfModule> </VirtualHost> Does anyone know what I am doing wrong? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]