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. Link to comment https://forums.phpfreaks.com/topic/24133-problem-with-url-without-www-in-dynamic-virtual-hosting/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.