tomekf Posted October 16, 2006 Share Posted October 16, 2006 Hi everyone,I have a little problem with url without www in dynamic virtual hosting.This is part of my http.conf[code]NameVirtualHost xxx.xxx.xxx.xxx:80<VirtualHost domain.com>ServerName domain.comServerAlias *.domain.comVirtualDocumentRoot /vhosts/%0ErrorLog /var/log/apache/domain-error.logCustomLog /var/log/apache/domain-access.log full</VirtualHost>[/code]I would like to change in webbrowser url from *.domain.com to www.*.domain.comI find code:[code]RewriteEngine onRewriteRule ^(.*)$ http://name.domain.com$0 [R]ServerName www.name.domain.com[/code]but I can't use it :(Can anybody help me ?Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.