×
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.
Before I make any changes I have to figure out if they are effective. To
do that I would like to be able to hit the site and see if I can access
that file before the changes. So, if my httpd.conf file has these lines
...
Listen *:10080
...
DocumentRoot /www/zendphp7/htdocs
...
and I see a login.html file in /www/zendphp7/htdocs
and I can test it by going to
http://myibmi:10080/login.html
and I look in that same /www/zendphp7/htdocs directory and notice
Zend5250Dispatcher SYMLNK->DIR
Zend5250Emulator SYMLNK->DIR
12=Work with links
Object link . . . . . : /www/zendphp7/htdocs/Zend5250Dispatcher
Content of Link . . . : /usr/local/zendphp7/5250/Emulator/html
Object link . . . . . : /www/zendphp7/htdocs/Zend5250Emulator
Content of Link . . . : /usr/local/zendphp7/5250/Emulator/html
and this is one of the places where an .htaccess file exists,
how do I test access to it?
http://myibmi:10080/Zend5250Emulator/.htaccess
gives me: Internal Server Error
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.