If I go to a link like http://localhost/links/computer/
the page does not find the css files.
Only if I set
<link rel="stylesheet " type="text/css" href="http://localhost/main.css">
in the header it is loaded.
The other content however included via php is found somehow.
This is very confusing - any ideas ?
Matthias Pospiech
the page does not find the css files.
Only if I set
<link rel="stylesheet " type="text/css" href="http://localhost/main.css">
in the header it is loaded.
The other content however included via php is found somehow.
This is very confusing - any ideas ?
Matthias Pospiech
Comment