Hello All,
I know you're going to cringe when I say this, but:
I am a complete Apache noob.
I have been learning for the past 2 days, and have gotten my webserver up and running, and doing what I want except for one small hiccup.
When using
<link href="/includes/css.css" rel="stylesheet" type="text/css">
In the <head></head> of my index.html page, no css is present in the document. I was wondering if anyone would know why this is?
Before you begin questioning, let me cover a few bases:
1. I can access /includes/css.css from my url bar and see the plaintext css file fine.
2. There are no error messages in apache2/error.log pertaining to css (There were at one point saying file not found, and access denied, but those have since been fixed)
3. When adding the css inling and as an internal stylesheet in the <head></head> it works fine.
Would there be some reason for apache simply not being able to include css files?
Thanks in advance for any and all help supplied! :)
EDIT: Oh guys, I obviously searched before I posted this and came across this thread with my EXACT PROBLEM! :)
[
webmasterworld.com...]
Only thing is it was never answered... And its 5+ years old :(