Page 1 of 1

Some issues i can`t figure out.

PostPosted: 27. February 2006 19:44
by Shortyboy
Hi and welcome to myself.

I read the N00b guide and did some miner changes to fit my needs. All i want is to have a virual server not reachable to the outside world. Here is my settings in httpd.conf(actually in my oldhttpd.conf):
Code: Select all
# Use name-based virtual hosting.
NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>


<VirtualHost *:80>
DocumentRoot C:/xampp/xampp/htdocs
ServerName localhost
</VirtualHost>

<VirtualHost *:80>
DocumentRoot C:/www/alesundportalen
ServerName alesundportalen.loc
ServerAlias www.alesundportalen.loc
</VirtualHost>


My hosts file:
Code: Select all
127.0.0.1 localhost
127.0.0.1 localhost.alesundportalen.loc


I`m going to install a cms on my local to manage before i head out to the big world. When i go to "http://localhost.alesundportalen.loc/" i get the message "It Works!". But when i try "http://localhost.alesundportalen.loc/install.php" it doesn`t. Can someone see where the error is. On my local i have set up the local folder as the guide c:\www\alesundportalen and installed XAMPP in c:\xampp.

Shortyboy

PostPosted: 27. February 2006 22:48
by WorldDrknss
Watch the flash video here http://xampptutorials.com on virtualhost and then visit that last page in the FAQs section.

http://xampptutorials.com

Good Luck.

PostPosted: 27. February 2006 23:26
by Shortyboy
ok i will. don`t understand the german one here so that will help a lot.
not very fast that site is it? i`ll get through eventually i guess.


thx man.

EDIT: i got in but where is that tutorial? when i hit tutorials i only get this message "No Article Categories defined".

PostPosted: 28. February 2006 03:57
by WorldDrknss
You have to signup