Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Change Default View on Primo

    • Article Type: General
    • Product: Primo
    • Product Version: 2

    Description:
    How does one change the default for Primo?
    Instead of entering
    http://www.ourschool.edu/primo_library/libweb/action/search.do?vid=OURVIEW1&reset_config=true
    in order to display the OURVIEW1 version, we want to enter
    http://www.ourschool.edu/primo_library/libweb.
    Currently that address displays a different "default" version.

    Resolution:
    An example follows detailing how Iowa State University did their redirect.
    This is entirely the customer's responsibility, since it can be done with apache (in the case of Iowa State, the apache was the LIBRARY apache, not the PRIMO apache) or on any other network device that can route the navigation in your network.

    Example:

    For the Apache redirect, on the library's main web server (www.lib.state.edu), the following Iine was added to httpd.conf:

    Redirect permanent /home.html http://primofe-1.lib.state.edu:1701/primo_library/libweb/action/search.do?vid=ISU31&reset_config=true

    There was also a line in httpd.conf which set "/home.html" as the document to be returned when no specific document was requested by the client browser (i.e., when the requested URL was simply "www.lib.state.edu"):

    DirectoryIndex home.html /home.html


    • Article last edited: 10/8/2013