Project

General

Profile

CSS problem on IIS 7

Added by Kondi Kondi over 14 years ago

Hi,

I have redmine install on IIS 7 by FastCGIModule and MySQL. All pages and subpages works correct but i dont see any CSS style like this: redmine_CSS.jpg

I try to add URL rewrite module and import rules like this:

  1. Redirect all requests not available on the filesystem to Rails
    RewriteEngine On
    RewriteRule $ index.html [QSA]
    RewriteRule ^([
    .]+)$ $1.html [QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

but it still dont work.
Any ideas ?

redmine_css.jpg (36.7 KB) redmine_css.jpg redmine_CSS

Replies (1)

RE: CSS problem on IIS 7 - Added by Stefano A. over 14 years ago

i had the same problem, solution: iis 7 + redirect component that redirect all the requests to mongrel on port 3000. i user proxy and all worked fine :D but if you want try this too: http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_in_a_sub-URI

    (1-1/1)