HTML source displayed rather than Redmine page
Added by wacko zacko over 13 years ago
To begin with, I'm completely new to Redmine, but I know just enough about server software to seriously mess things up. Anyway, I followed the instructions here had a bit of struggle with versions, but I think I finally got it. When I tested by going to "http://localhost:3000" I saw the served page and was able to log in but on completing the installation instructions all I get is the HTML of a similar page served up to me, which seems really weird. (i.e. when I navigate to "http://localhost/redmine" I don't see a page, I see the pages source as if I'd right clicked and "view source").
Anyway, if someone could point me in the right direction it'd be much appreciated.
SPECS: Windows 7 Professional Service Pack 1
Apache 2.2.21
MySQL 5.1.59
PHP 5.3.8
Redmine 1.2.1
Ruby (1.8.7) patchlevel 352
Rails (2.3.11)
RubyGems (1.6.2)
rack (1.1.1)
rake (0.8.7)
i18n (0.4.2)
mongrel (1.1.5)
mongrel_service (0.3.4)
win32-service (0.5.2)
mysql (2.8.1)
Replies (2)
RE: HTML source displayed rather than Redmine page
-
Added by Mischa The Evil over 13 years ago
- Redmine just throws out html without parsing it
- Problem with installation : getting the redmine homepage ...
You can also try the following thread (linked from howto): HowTo Install Redmine in a sub-URI on Windows with Apache...
RE: HTML source displayed rather than Redmine page
-
Added by wacko zacko over 13 years ago
Thanks for the info but I ended up just using a Bitnami stack (I would post a link, but then my reply get's rejected as spam). Now all I've got to do is get subversion working via ssh on my machine and my project is good to go.