What have you defined as your document root in the Apache configuration?
The server cannot load resources from areas that are not within the document root.
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of gio.cot
Sent: 30 January 2017 10:29
To: web400@xxxxxxxxxxxx
Subject: Re: [WEB400] external CSS style sheets problem
Hi Booth and thanks for your reply
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/1.1 404 Not Found 5ms "
Can you help me again
Thanks in advance
This is the Html file
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, target-densitydpi=device-dpi" />
<title>Order Entry</title>
<link rel="stylesheet" type="text/css" href="mobile.css">
</head>
This is my httpd.conf
..
<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/
--
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.
________________________________
The information transmitted herein is intended only for the person or entity to which it is addressed and may contain confidential, proprietary and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
As an Amazon Associate we earn from qualifying purchases.