Running gallery on different serverport
Bao
Joined: 2002-08-19
Posts: 2 |
![]() |
I'm not running my webserver on port 80, which is causing trouble to some parts of gallery. When i try to login using login.php, i get a 404. The problem is login.php removes the port when i hit the login button. so i.e http://www.server.com:666/gallery/login.php gets to http://www.server.com/gallery/login.php which causes 404. Any ideas? |
|
vallimar
Joined: 2002-08-15
Posts: 487 |
![]() |
In your config.php file, try setting the options: $gallery->app->photoAlbumURL to include your port, not sure if that will fix all issues, but I believe |
|
Bao
Joined: 2002-08-19
Posts: 2 |
![]() |
yea it works, thanks! :smile: |
|