Tagged Questions
0
votes
1answer
62 views
How to rectify this virtualhost setup on Wamp?
Could anyone please help me with setting up this virtual host on my WAMP server?
I have read through several posts and blogs online and unable to get this set up.
I followed the procedure suggested ...
0
votes
0answers
243 views
http.conf setup to simplify using 'localhost:81' [closed]
I'm installing portable wampserver within my dropbox folder so I can access anywhere. I have this achieved and accessible using http://locahost:81
I want to access it by using a different address ...
0
votes
2answers
1k views
Create an Alias Directory inside a Virtual Host
I checked here, here, here, here, and here before asking this question. I guess my search skills are weak.
I am using the WampServer version 2.2e. I have a need like, I need a virtual path inside a ...
0
votes
1answer
260 views
Multiple Virtual Sites with Wampserver
I've having a problem creating multiple virtual hosts, I've edit C:\wamp\alias\web.local to look like this:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@website1.local ...
1
vote
2answers
1k views
Access virtual host from another machine
I am using windows 7 with Wamp 2.2 server.
I have setup 2 virtual hosts www.project1.com and www.project2.com.
I have added these entries in the hosts file and the required entries in the httpd.conf ...
0
votes
2answers
723 views
wamp/Apache - new virtual host that exists outside of /wamp/www
My httpd-vhosts.conf file looks something like this. I am trying to create 2 virtual hosts. One of the projects exists within the default document root, while the other is off on another hard drive ...
4
votes
3answers
4k views
Wampserver 403 on named virtual hosts outside of /www
Wampserver tells me accessed denied when I try making a virtual host outside of the c:/wamp/www/ directory. I can make one fine within that directory. Even making a symbolic link to the folder works, ...
0
votes
1answer
877 views
Images, CSS and other links not working on WAMP virtual host
I've set up a WAMP server using a Windows XP 64-bit Professional workstation. After that, I added two virtual hosts on ports 81 and 82. In one virtual host I've installed CodeIgniter, and in the other ...
1
vote
1answer
544 views
Apache VirtualHost won't work (Wamp/Win7)
I own two domains which I want to point to my local server here at home:
www.first.com
www.second.com
They both point to my own server here at home (Yes I've already managed the A-record config at ...
3
votes
1answer
491 views
Creating virtual hosts for wampserver with powershell
I am trying to create virtual hosts with a Powershell script. It works fine, but I am having trouble with the encoding. I have tried all the -encoding switch values allowed with no luck.
Here is my ...