Tagged Questions
0
votes
1answer
28 views
Virtual Sever on WAMP [closed]
I have two folders in my WAMP folder.
C:/wamp/www (which is my main)
C:/wamp/server2 (which is the new server I am setting up)
I have this in my .htaccess 127.0.0.1 server2.localhost
and ...
0
votes
1answer
62 views
Apache won't start with spaces in pathname in httpd.conf (even with quotes)
Problem
Apache won't start if there are spaces in the pathname in a virtual host configuration.
The usual solution is to just wrap the pathname in double quotes, but that doesn't fix it.
I WANT to ...
0
votes
0answers
122 views
wamp server not starting behind a proxy
Hi i have a static ip and a local machine with address 192.168.26.12. I have configured httpd.conf file at 2 places. Listen 9000 and ServerName 192.168.26.12:9000. Through the network I have enabled ...
1
vote
0answers
189 views
How to set DocumentRoot in httpd.conf to windows environment variable
First I want to say thanks to community for all the answers I've found here in the past. I'd like to set the DocumentRoot line in the http.conf file to the current windows user's dropbox folder. I ...
0
votes
0answers
216 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
1answer
832 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 ...
0
votes
1answer
2k views
WAMP server not running after enabling httpd-vhosts.conf
I tried enabling Virtual Host on my WAMP installation, but WAMP server will not run if I enable http-vhosts.conf, and the icon remains orange.
Here is my hosts file:
127.0.0.1 localhost
...
2
votes
2answers
2k views
Can't access files in a subdirectory using Apache server
I have an Apache 2.2.21 server installed on my Windows 7 machine.
My site is up and my scripts from /scripts subdirectory are working but when I try to load icons from /icons I get a 403 forbidden ...
32
votes
12answers
55k views
WAMP 403 Forbidden message
I have installed WAMP version 2.1 on my windows 7 machine. When i browse to localhost in my browser, the WAMP server page is visible.
But when I browse to my IP in my browser, I get the message
...
3
votes
2answers
2k views
sites-available (apache) and httpd.conf for WAMP - making XXXXX.domain.com automatically direct
I currently have this in my httpd.conf file in WAMP:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
ServerAlias *.dev.co.uk
UseCanonicalName Off
VirtualDocumentRoot ...
0
votes
2answers
394 views
how to re-write my url with mod_rewrite on apache?
I purchased a domain: josecvega.com
Whenever someone tries to access http://www.josecvega.com it forwards them to my web-server.
I have turned ON the mask, so when you initially reach my web-server ...