You are trying "http://localhost/Research/index.php" to get to an
index.php (if I understand correctly.)
Assuming you're using Apache 2.4, you need to refer to your
/etc/apache2/apache2.conf, where you will find something like:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
and a couple of other <Directory ...> entries allowing access to
/usr/share (e.g. Koha) and denying everything else.
The "localhost" that you have put into the a href on your home page
corresponds to the "<Directory /var/www/>" so defines a path of
"http://var/www/Research/index.php"
Firstly, does your index.php actually reside there with suitable
permissions? (note the upper case R in Research which I avoid like the
plague, but it might/could/should? work.)
What errors are you finding in the apache logs (or even simpler does
your browser come up with? some sort of "404 - page not found"?)
If that's the case, then the path is wrong; otherwise your php is most
probably non-functional.
Best --Paul
On 2017-04-25 04:09 PM, Chris Cormack wrote:
Forwarding by request, please reply to the list
---------- Forwarded message ----------
From: Boulier, Jack <[email protected]>
Date: 26 April 2017 at 08:06
Subject: Request for assistance on PHP hosted on my KOHA webserver.
To: "[email protected]" <[email protected]>
*From:* Boulier, Jack
*Sent:* Monday, April 24, 2017 3:07 PM
*To:* '[email protected]' <[email protected]>
*Subject:* Using PHP on the KOHA Server.
I would like to use PHP (LAMP), on my KOHA server. I am unable to locate
the storage location of the files. I thought it should be /var/www/html.
But I cannot get the application to go to the localhost. It may also be
that I have not loaded the LAMP solution correctly.
*Koha version: *
16.11.06.000
*OS version ('uname -a'): *
Linux ubuntu 3.16.0-33-generic #44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29
UTC 2015 x86_64
*Perl interpreter: *
/usr/bin/perl
*Perl version: *
5.018002
*Perl @INC: *
/usr/share/koha/lib
/etc/perl
/usr/local/lib/perl/5.18.2
/usr/local/share/perl/5.18.2
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.18
/usr/share/perl/5.18
/usr/local/lib/site_perl
.
*MySQL version: *
mysql Ver 15.1 Distrib 10.1.22-MariaDB, for debian-linux-gnu (x86_64) using
readline 5.2
*Apache version: *
Server version: Apache/2.4.7 (Ubuntu)
*Memcached: *
Servers: undefined | Namespace: koha | Status: unknown | Config read from:
Nowhere Note that the right place to define the memcached config is in your
$KOHA_CONF file. Currently you do not have a valid memcached configuration
defined. | Effective caching method: Cache::Memory
*Zebra version: *
Zebra 2.0.44 (C) 1994-2010, Index Data ApS Zebra is free software, covered
by the GNU General Public License, and you are welcome to change it and/or
distribute copies of it under certain conditions. SHA1 ID:
419ad759807269fdfa379799a051ed3a551c6541 Using ICU
As you will notice I am using mariadb as my database, but it should not
have any affect regarding my question. I was experiencing many problems
with mysql server. But mariadb resolved all the issues.
I am attempting to place links on my KOHA home page for patrons. I have
successful accomplished in the past, but I was using another local server
as the host, which is no longer an option, and not trying to use the
localhost as the provider of the web pages. I am placing the links on the
home page on the left and right sides. My other links to off-site locations
works fine. If need I can provide a screen shot of the home page.
This is the code that I have placed in OPAC NAV
<div>
<p style=text-align="center"><font color="red", size="5">Important MTI
Websites</font></p> ß Work fine.
</div>
<a href= "http://elearning.mticollege.edu">elearning MTI College</a>
<br />
<a href="https://www.microsoft.com/learning/en-us/default.aspx">Microsoft
Cert. Registration</a>
<br />
<a href="http://www.mticollege.edu">MTI College</a>
<br />
<a href="http://localhost/Research/index.php">Research Paper
Guidelines</a> ß- Code giving me problems.
<hr />
Any help would be greatly appreciated.
Jack Boulier
Learning Resource Center Director
MTI College
5221 Madison Ave.
Sacramento, CA 95841
(916)339-4370
(916)339-0305 FAX
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha