Page 1 of 1

access denied after configuration vhost (Joomla)

PostPosted: 25. January 2010 19:46
by Zolive
Hi all
I have installed joomla 1.5.15 on awindows XP SP3 running XAMPP. all the installation went smoothly and I could work with joomla until I tried to open my server on the internet.
my server is running on my home network with private IP (192.168.10.50). I have a domain name on dyndns then I wanted to have my domain name pointing on my joomla instalation.
I created a virtual host :
NameVirtualHost 192.168.10.50:80
<VirtualHost 192.168.10.50:80>
ServerAdmin postmaster@dummy-host2.localhost
DocumentRoot "C:/server/xampplite/htdocs/Joomla/index.php"
ServerName http://www.mondomaine.com
ServerAlias http://www.mondomaine.com
</VirtualHost>
when the virtual host is set up I can open the page but there is no template displayed ( I suppose the server cannot access the css information) and as soon I click a link or try to connect the admin page I have an access denied.
if I remove the virtula host configuration everything is back to normal.
I thought the problem comes the configuration in Joomla but I could find nothing to help me.
I have posted on the joomla forum but I have no answer until now.
thank you
Olivier

Re: access denied after configuration vhost (Joomla)

PostPosted: 30. January 2010 11:25
by asper
<VirtualHost *:80>
ServerAdmin postmaster@dummy-host2.localhost
DocumentRoot "C:\server\xampplite\htdocs\Joomla"
ServerName http://www.mondomaine.com
ServerAlias http://www.mondomaine.com
</VirtualHost>