"Byru" <byru@gazeta.pl> schreef in bericht
news:eks82b$baq$1@inews.gazeta.pl...
>> So when requested without trailing slash
>> http://localhost/mywebsite/param1/ your css linking looks like
>> '<link rel="stylesheet" type="text/css"
>> href="http://localhost/mywebsite/styles.css">'
>>
>> How does this line looks like after requesting WITH trailing slash
>> http://localhost/mywebsite/param1/ ?
>
> http://localhost/mywebsite/bank/
> <link rel="stylesheet" href="styles.css" type="text/css"> Looks like this
> but because the styles.css file doesn't exist in the /bank/ path (there is
> no such directory) the css ins displayed :(I would like to avoid absolute
> paths, can it be fixed?tia Byru
Recently in another thread discribing a another trailing slash problem I
wrote
" Wonder whether 'UseCanonicalName = off' may solve that
http://httpd.apache.org/docs/2.0/mod...ecanonicalname "
Feedback then reported 'problem solved', so try your luck
HansH