Cannot load style sheet in WAMP
Posted by: carlosbvz (201.193.142.---)
Date: August 25, 2014 04:09AM

I have some views in my enviroment, and I link those views with some style sheets in the usual way, like this for example:

<link href="../../public/css/basics2.css" rel="stylesheet" type="text/css" />

My situation is that when I run my web page from the WAMP this doesnt load the style sheet... but If I just copy the whole proyect in my desktop and open the index, it does load the Stylesheet...

Any idea?

Options: ReplyQuote
Re: Cannot load style sheet in WAMP
Posted by: Otomatic (Moderator)
Date: August 25, 2014 01:56PM

Hi,

Use VirtulaHost: [forum.wampserver.com]

If you don't use VitualHost, the $_SERVER['DOCUMENT_ROOT'] refers to wamp/www/ when it should be referenced wamp/www/my-page/ and path loading css files is relative to DocumentRoot so that the file is not found.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.