Page 1 of 1

Problem with access XAMPP virtual host

PostPosted: 09. October 2012 08:21
by bircastri
Hi Guys,

i have any problem with xampp configuration.

I should configure a virtul host on my system. So i have change the httpd-vhost.conf in the mode:

Code: Select all
<VirtualHost *:80>
    DocumentRoot "C:\xampp\htdocs"
    ServerName localhost
  </VirtualHost>


 <VirtualHost *:80>
  DocumentRoot "D:/workspace/PHP"
    ServerName siteA.locl

 <Directory "D:/workspace/PHP">
     Options         Indexes FollowSymLinks MultiViews
        AllowOverride   All
        Order           Allow,Deny
        Allow           From All
 </Directory>
</VirtualHost>


When i put into my browse "siteA.locl" i see the page in that repository but it don't load the css and image.

The path of image is "siteA.locl/css/image/name.jpg" and in my file system this path is correct.

I think if i don't have the permission for acces the file.

Can we help me please???

Re: Problem with access XAMPP virtual host

PostPosted: 09. October 2012 14:47
by JonB
what is the path to your CSS and how is it linked?

Re: Problem with access XAMPP virtual host

PostPosted: 09. October 2012 15:07
by bircastri
is in D:\Workspace\PHP\css\images.... ecc ecc