Updated ScriptAlias to point to opac/opac-search.pl instead of
authorNYUHSL <hsl@nyumc.org>
Thu, 17 Dec 2009 16:45:35 +0000 (11:45 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:28:28 +0000 (14:28 +0100)
etc/koha-httpd.conf

index 0841898..eaf249e 100644 (file)
@@ -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"