Running gallery on different serverport
Bao
Joined: 2002-08-19
Posts: 2 |
Posted: Mon, 2002-08-19 13:30 |
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? |
|
Posts: 487
In your config.php file, try setting the options:
$gallery->app->photoAlbumURL
$gallery->app->albumDirUR
to include your port, not sure if that will fix all issues, but I believe
gallery uses these two values exclusively when it spits out urls.
Posts: 2
yea it works, thanks! :smile: