From: NYUHSL <[email protected]>

---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to