
06-15-2012, 06:53 PM
|
|
Member
|
|
Join Date: May 2012
Posts: 10
|
|
Problem solved! I reinstalled ruby-lsapi manually and now work fine... but I have other problem.
Redmine appear to work fine if I access for example to:
subdomain.domain.com/admin
subdomain.domain.com/projects
subdomain.domain.com/my/account
etc...
But when I try access to:
subdomain.domain.com
I see the public directory content (listing)
I tried with this rules but dont work:
Code:
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.lsapi [QSA,L]
Please some help! with this
Thanks!
|