|
still not found. Does the encoding make a difference: Fiddler says
it is looking for UTF8 encoding. I used option 13 from WRKLNK to
change the CCSID of the .css file to 1208 and it is still not found.
<html>
<head>
<meta http-equiv="refresh" content="120">
<link rel="stylesheet" href="/steve.css" />
</head>
<body>
<H1>some heading text</H1>
<P>
some paragraph text.
</P>
<pre>
some pre text lines
line 1 line 1 line 1 line 1
line 2 line 2 line 2 line 2
line 3 line 3 line 3 line 3
</pre>
</body>
</html>
On Thu, Jan 17, 2013 at 2:24 PM, Dean, Robert <rdean@xxxxxxxxxxxx> wrote:
The link will be looking for the file in /QSYS.LIB/CGI400.LIB. Sincethere's no object type *CSS, there's no way to make this work.
href="dashbd02b.css" /> to something like <link rel="stylesheet"
You need to change the link from <link rel="stylesheet"
href="/dashbd02b.css" />
in the IFS.
Then IHS will look for dashbd02b.css file in the server's document root
-----Original Message-----On Behalf Of Steve Richter
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
Sent: Thursday, January 17, 2013 2:16 PMCGI-BIN AS400 library?
To: Web Enabling the AS400 / iSeries
Subject: [WEB400] CSS file not being found
Why would my css file not be found for the web page I am serving from a
works.
this is the url that I navigate to:
http://intranet400.sssss.com/cgi-bin/Dashbd02c
there is a program named dashbd02c in library CGI400 on the as400. This
/cgi-bin/dashbd02b.css
But the CSS is not being found.
fiddler tells me the .css file is being looked for in
But it is not being found. Fiddler has the line marked in red.
but cgi-bin in this apache config is an as400 library.
ScriptAlias /cgi-bin/ /qsys.lib/cgi400.lib/
Here is my apache config.
The name is INTRANET
the member INTRANET in QATMHINSTC contains the following:
-apache -d /www/intranet -f conf/httpd.conf -AutoStartY
so I would expect the server to search /www/intranet for the .css file.
"/cgi-bin/dashbd02b.css"/www/steve/css>
there are a few <Director> entries in the .CONFD file <Directory
order allow,deny/www/steve directory.
allow from all
</Directory>
currently I have the .CSS file in the /www/intranet directory. also the
href="dashbd02b.css" /> </head> <body> <H1>some heading text</H1> <P> some
here is my HTML code:
<html>
<head>
<meta http-equiv="refresh" content="120"> <link rel="stylesheet"
paragraph text.
</P>list To post a message email: WEB400@xxxxxxxxxxxx To subscribe,
<pre>
some pre text lines
line 1 line 1 line 1 line 1
line 2 line 2 line 2 line 2
line 3 line 3 line 3 line 3
</pre>
</body>
</html>
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400http://archive.midrange.com/web400.
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
list
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
To post a message email: WEB400@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
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.