Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

Re: [EP-tech] https, again

From: "IT Support (Christopher Hoskin)" <itsupport AT history.ox.ac.uk>
Date: Tue, 17 Apr 2007 14:20:16 +0100


Threading: [EP-tech] https, again from peter.schober AT univie.ac.at
      • This Message

*** EPrints technical list - http://software.eprints.org/tech.php/
*** EPrints community wiki - http://wiki.eprints.org/

Dear Peter,

I think that the url is set in cgi/users/home. By replacing the line:

EPrints::ScreenProcessor->process(
       session=>$session,
       url=>$session->get_repository->get_conf( "perl_url" 
)."/users/home" );


with

EPrints::ScreenProcessor->process(
        session=>$session,
        url=>'https://<<Your Server>>/cgi/users/home');

The url for forms gets generated correctly.

Now need to find out if this breaks anything else.....



-- 
Christopher Hoskin
Web Developer / IT Support
Faculty of History
University of Oxford
Broad Street
Oxford
OX1 3BD


[index] [prev] [next] [options] [help]