how to check which is my current directory ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthias Pospiech

    how to check which is my current directory ?

    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
  • diva_pr at yahoo dot com

    #2
    Re: how to check which is my current directory ?

    Matthias Pospiech wrote:[color=blue]
    > 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"[/color]
    href="http://localhost/main.css">
    Try href="/main.css" *not* href="main.css"

    hope this helps..
    diva
    [color=blue]
    > in the header it is loaded.
    >
    > The other content however included via php is found somehow.
    >
    > This is very confusing - any ideas ?
    > Matthias Pospiech[/color]

    Comment

    Working...