Community « Discussion forum « Installation support « Incorrect Base URL additional port «
Comment: Incorrect Base URL additional port
| << Previous | Next >> |
Comment inspired from bent
Bent: I had the same problem as our server runs under Webmin on port 16080. I just found the line in the /shared/global.php and changed = 80 to =16080 and it is now working.
My problem was with links not working. The system was adding an extra port number and then complaining about the servers not matching.
There is a line above this one in the script that checks for the HTTPS port number that your would have to change if you were running an unusual port number for secure.
Another minor problem with links on a non standard port that I just discovered is that if the links are on the same server and in the parent directory of YACS it refuses to open the links in a new window.
On our server I can get around the problem by leaving the port number out of the url to the site. The system then seems to think it is on a differnet server and will open them correctly in a new window.
My site structure at the moment is:
Mysite (main site) site1 site2 site3 YACS
Now all I have to do is get busy and reorganize.
My problem was with links not working. The system was adding an extra port number and then complaining about the servers not matching.
There is a line above this one in the script that checks for the HTTPS port number that your would have to change if you were running an unusual port number for secure.
Another minor problem with links on a non standard port that I just discovered is that if the links are on the same server and in the parent directory of YACS it refuses to open the links in a new window.
On our server I can get around the problem by leaving the port number out of the url to the site. The system then seems to think it is on a differnet server and will open them correctly in a new window.
My site structure at the moment is:
Mysite (main site) site1 site2 site3 YACS
Now all I have to do is get busy and reorganize.
by BrianKilpatrick on Oct. 7 2006
