[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: url redirect through dns
> i think this can be done through the apache config, but i'm not sure how.
> anyone know?
## httpd.conf -- Apache HTTP server configuration file
<VirtualHost *>
ServerAdmin charles@lunarmedia.net
ServerName www.marketingploy.com
ServerAlias marketingploy.com *.marketingploy.com
Redirect / http://www.boring.com/
ErrorLog logs/error_log
TransferLog logs/access_log
</VirtualHost>
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.