Help with Login 404 Not Found error
Masiv
Joined: 2007-11-17
Posts: 1 |
Posted: Sat, 2007-11-17 03:18 |
The following information is required to get an answer: To start, I hope that you can help me. I've noticed there aren't many posts under the Gallery1 forums but I started with the basic one because I didn't want to have to configure a MySQL database in addition to figuring out my webhosting issues. Anyway, I have correctly configured my Gallery (according to the configuration) and I can get to the above URL from within my own subnet (using the machine's IP), but when I click on login I've given a 404 error page. I have searched this forum, the Ubuntu forum and google but I cannot find an answer to this question. Is this because I haven't configured my machine with regards to webhosting? I have a URL all set up with DynDNS but I want to be able to login first before I move onto that step. I can't even log in as Admin at this point. Am I not configuring a page correctly? Does htaccess need to be edited in some way? Should I provide move information? Any assistance that you can provide would be most helpful. I did my best to find information but it was difficult (bordering on impossible) to find cohesive information regarding installs on Linux, let alone ubuntu. Again, I would appreciate any assistance that could be provided. |
|
Posts: 51
Well I see not a lot of replies here...i have the same problem!!
Posts: 10
Open your config.php, and set: $gallery->setConfig('baseUri', 'http://yourhost.com/gallery/main.php');
This overrides Gallery's auto detection of the domain name, and I found this to be a problem sometimes.
Worked for me at least...