×
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.
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/
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.