Current Page: 1 of 1
Results 1 - 5 of 5
16 years ago
nunomira
If you want a local copy of www.blah.co.uk exactly with the same address, for testing purposeses, that's what you do. Notice that once you do it, you can't access the real www.blah.co.uk on the internet. One solution is editing the hosts file. Another is just using www.blah.co.uk or just blah.co.uk, but not the two. So, www.blah.co.uk would be the local address and blah.co.uk would be address on
Forum: WampServer English
16 years ago
nunomira
I've also been able to create a .com virtual host: <VirtualHost *:80> DocumentRoot C:/wamp/www/docs/myhost.com ServerName myhost.com </VirtualHost> and adding 127.0.0.1 myhost.com to the hosts file Now I can go to It seems that In order to use www: <VirtualHost *:80> DocumentRoot C:/wamp/www/docs/myhost.com ServerName www.myhost.com ServerAlias myhost
Forum: WampServer English
16 years ago
nunomira
Solved. I also had to add the line 127.0.0.1 myhost to my C:\WINDOWS\system32\drivers\etc\hosts file (Windows XP Pro) ending up with: 127.0.0.1 localhost 127.0.0.1 myhost Now, when I go to it work as expected. Is this really necessary? Is this the only way?
Forum: WampServer English
16 years ago
nunomira
Hi, I've read everything I could find - and I searched a lot - but I simply can't have a working virtual host. in httpd.conf I have: # Virtual hosts Include conf/extra/httpd-vhosts.conf And in httpd-vhosts.conf I have: NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot C:/wamp/www ServerName localhost </VirtualHost> <VirtualHost *:80> DocumentRoot C:/wamp/www/do
Forum: WampServer English
16 years ago
nunomira
5. SLL
Hi, I searched and read a lot of posts. I understand that wampserver doesn't support SSL out of the box, but I also read that some people were able to use it. Are there instructions somewhere on how to do it?
Forum: WampServer English
Current Page: 1 of 1