|
Yes so was I :) You have come late to the party and probably missed the
background.
The HTML says href="mobile.css" so he isn't deliberately looking in
CGI-BIN or making reference to it. Apache is doing that (due to other
directives in the config) so his question is:
"why, when I reference 'mobile.css' in my HTML, does Apache try to look in
'/cgi-bin/mobile.css'.
It is because the current location at the time is "cgi-bin"....so he just
needs to change href="mobile.css" to href="/mobile.css" OR, as you
suggested, put it in a css specific subfolder and refer to that with a
leading "/" instead.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.