From 98b45dfa9088c364d3cb26fa88b670fbc0f293e7 Mon Sep 17 00:00:00 2001 From: NYUHSL Date: Thu, 17 Dec 2009 11:45:35 -0500 Subject: [PATCH] Updated ScriptAlias to point to opac/opac-search.pl instead of --- etc/koha-httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 0841898153..eaf249ea7e 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" -- 2.39.2