Project

General

Profile

Actions

Bug #1157

open

Project DB link does not work from remote webinterface connection

Added by Mario Dejung over 13 years ago.

Status:
New
Priority:
Low
Assignee:
Eric Hou
Category:
Web interface
Target version:
-
Start date:
01/21/2011
Due date:
% Done:

0%

Estimated time:
0.20 h
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:

Add a trailing slash to project in /var/www/html/myamiweb/index.php Line 29

Change from
$link->addlink('project','Project DB','', 'project');
to
$link->addlink('project/','Project DB','', 'project');


Description

When I click on Project DB on the webinterface it redirects me to 127.0.0.1/project and not to SERVERADDRESS/project.
This is fine, if I work on the same machine, but not using the system remote.

Figured out, that a trailing slash is missing after project link. Normally the apache config should handle this, in the standard installation it seems not to work. Fixed it at the index.php file.

No data to display

Actions

Also available in: Atom PDF