[Koha-patches] [PATCH] Updated ScriptAlias to point to opac/opac-search.pl instead of

Ian.Walls at med.nyu.edu Ian.Walls at med.nyu.edu
Thu Dec 17 17:45:35 CET 2009


From: NYUHSL <hsl at nyumc.org>

---
 etc/koha-httpd.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf
index 0841898..eaf249e 100644
--- a/etc/koha-httpd.conf
+++ b/etc/koha-httpd.conf
@@ -10,8 +10,8 @@
 #  ServerAlias opac.mydomain.com
    ScriptAlias /cgi-bin/koha/ "__OPAC_CGI_DIR__/opac/"
    ScriptAlias /index.html "__OPAC_CGI_DIR__/opac/opac-main.pl"
-   ScriptAlias /opac-search.pl "__OPAC_CGI_DIR__/opac/search"
-   ScriptAlias /search "__OPAC_CGI_DIR__/opac/search"
+   ScriptAlias /opac-search.pl "__OPAC_CGI_DIR__/opac/opac-search.pl"
+   ScriptAlias /search "__OPAC_CGI_DIR__/opac/opac-search.pl"
    ErrorLog __LOG_DIR__/koha-opac-error_log
 #  TransferLog __LOG_DIR__/koha-opac-access_log
    SetEnv KOHA_CONF "__KOHA_CONF_DIR__/koha-conf.xml"
-- 
1.5.6.5




More information about the Koha-patches mailing list