Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: pls help me with apache.. |
|
Author |
|
maceee
Joined: 08 Feb 2008 Posts: 2
|
Posted: Fri 08 Feb '08 23:02 Post subject: pls help me with apache.. |
|
|
Hello , I am dreally desperate since i can't set up my server and don't really know what's wrong.
I use zoneedit got dynamic dns which is correctly updated, and my apachge listen to port 80.
my apache vhosts file is :
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin info@adultsmatches.com
DocumentRoot c:/wamp/www
ServerName adultsmatches.com
ServerAlias www.adultsmatches.com
ErrorLog c:/wamp/logs/error.log
CustomLog c:/wamp/logs/access.log common
</VirtualHost>
my hosts file look like :
127.0.0.1 localhost
127.0.0.1 adultsmatches.com
and have forward 80 port to my ip.
MY isp surely doesn't block incoming 80 traffic.
Apache seems to go correctly online but when i try to access my site from outside my network it redirects to localhost instead of www.adultsmatches.com
Can pls someone tell me if something is wrong?
many thanks in advance |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sat 09 Feb '08 3:11 Post subject: |
|
|
You have any rewrite rules going? |
|
Back to top |
|
maceee
Joined: 08 Feb 2008 Posts: 2
|
Posted: Sat 09 Feb '08 10:36 Post subject: |
|
|
i have mod_rewrite enabled, but it is not play and with it disabled |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sun 10 Feb '08 7:32 Post subject: |
|
|
Still in the dark so I'll go here next
What is the ServerName in the main config? |
|
Back to top |
|
|
|
|
|
|