× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



You sholdn't be looking in cgi-bin for CSS. That's for CGI applications.

Put your CSS back in /www/articles/htdocs/css

Then reference your CSS using href="/css/mobile.css"

Bradley V. Stone
www.bvstools.com
Native IBM i e-Mail solutions for Microsoft Office 365, Gmail, or any Cloud
Provider!

On Mon, Jan 30, 2017 at 8:25 AM, gio.cot <gio.cot@xxxxxxxxxxx> wrote:

Hi



I try to clarify all



1) In my first post I said that the folder structure in IFS was :

www

..articles

...CSS

.....mobile.css

...htdocs

.....mobileorder.html

And that in my html, I had : <link rel="stylesheet" type="text/css"
href="/articles/CSS/mobile.css">



2) Then after Booth Martin suggestion i moved mobile.css in htdocs and
modified html to <link rel="stylesheet" type="text/css" href="mobile.css">

3) After the point 2, I said that:

"After your suggestion, now in preview it works, but when I run it in the
browser in see this error :
" <http://192.168.xx.z:Myport/cgi-bin/mobile.css>
http://192.168.xx.z:Myport/cgi-bin/mobile.css HTTP/1.1 404 Not Found 5ms "



Note "/cgi-bin/mobile.css" , it seems that when look for mobile.css, it
use the "ScriptAlias /cgi-bin/ /QSYS.LIB/ARTICLES.LIB/" HTTP directive and
pheraps it search in /QSYS.LIB/ARTICLES.LIB ?



So, NOW I have this scenario



folder structure in IFS:

www

..articles

...CSS

...htdocs

.....mobile.css

.....mobileorder.html



And in the HTML <link rel="stylesheet" type="text/css" href="mobile.css">



My DocumentRoot is /www/articles/htdocs



These the Apache directive

<Directory />

Order Deny,Allow

Deny From all

</Directory>

<Directory /QSYS.LIB/ARTICLES.LIB>

Order Allow,Deny

Allow From all

</Directory>

<Directory /www/articles/htdocs>

Order Allow,Deny

Allow From all

</Directory>

ScriptAlias /cgi-bin/ /QSYS.LIB/ARTICLES.LIB/

Alias /articles/ /articles/



And if I use Firefox developer tool , in the console I see

GET http://192.168.50.6:8017/cgi-bin/mobile.css [HTTP/1.1 404
Not
Found 10ms]



Sorry for the confusion, now I hope is clearer

Thanks all



















--
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 thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.