I've followed the guide to install Redmine 1.1.1 but it seems it didn't install correctly. I see the login page without CSS and even if I try to login, it redirects me to a wrong link. This is the installation path: http://ign.com.uy/work/ Thanks for your help. asked 16 Feb '11, 21:46 iign |
Hi, This is happening because you have mounted Redmine at subpath rather than at a root path so it is looking for your media here:
and it doesn't exist there because you have it mounted at /work/. I would suggest making a subdomain called work and mount the application as the root path / there. answered 16 Feb '11, 21:52 klynton I see. I'll give that a try.
(16 Feb '11, 21:55)
iign
Great! Let us know if that fixes the problem.
(16 Feb '11, 22:00)
klynton
I followed your advice but work.ign.com.uy seems not to be working at all :S
(16 Feb '11, 22:04)
iign
Going to http://work.ign.com.uy is working correctly for me. I can see the media and it is the normal Redmine default interface.
(16 Feb '11, 22:06)
klynton
Sorry, now it's loading correctly. Just needed some time to update it seems. Thanks!
(16 Feb '11, 22:13)
iign
Great! I'm glad it is working correctly now. :)
(16 Feb '11, 22:17)
klynton
showing 5 of 6
show 1 more comments
|