issue with Redmine/Passenger/Apache 2
Added by Stan McFarland over 14 years ago
Hi,
Have scoured the forums for a similar problem but haven't found an answer. Just configured Apache/Passenger for Redmine (unfortunately, I'm developing inside a firewall so I can't cut and paste my config here). I'm experienced with Apache, but I'm a Rails/Passenger newbie.
Here's what I'm seeing:
[domain name]/redmine works.
[domain name]/redmine/projects works.
[domain name]/redmine/project/myproject works.
[domain name]/redmine/project/myproject/issues works.
[domain name]/redmine/project/myproject/issues/new returns a 404.
[domain name]/redmine/admin returns a 404.
[domain name]/redmine/my/account returns a 404.
Why would some URLs work and others not? Any ideas?
Thanks very much,
Stan McFarland
Replies (2)
RE: issue with Redmine/Passenger/Apache 2 - Added by Stan McFarland over 14 years ago
More info if it helps:
I get a "no route matches "/projects/myproject/issues/new.html" error in my Rails log. It's almost as if directories can be resolved, but files can't. And I'm pretty sure the fact that [domain name]/redmine works, but domain name]/redmine/ (with the trailing slash) doesn't work is somehow related.
Thanks again,
Stan
RE: issue with Redmine/Passenger/Apache 2- FIXED - Added by Stan McFarland over 14 years ago
had to remove the default .htaccess file in the public directory.