Re: [users@httpd] Resource interpreted as .... but transferred with MIME type text/html

2011-07-14 Thread Dirk Verleysen
Got most of the problems solved by changing the DocumentRoot. Now most of the files are handled correctly. Op 14/07/2011 13:02, Dirk Verleysen schreef: Tom, Thanks for your answer and the problems seems to be with the local files that are passed from my application to Apache. When I browse

Re: [users@httpd] Resource interpreted as .... but transferred with MIME type text/html

2011-07-14 Thread Dirk Verleysen
ost2.mydomain.be-access.log" common # rewrite incoming requests RewriteEngine On RewriteCond C:/ProgramData/data/GJP%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ http://localhost:/GJP/$1 [proxy,last] Op 14/07/2011 12:31, Tom Evans schreef: On Thu, Jul 14, 2011

Re: [users@httpd] Resource interpreted as .... but transferred with MIME type text/html

2011-07-14 Thread Dirk Verleysen
I changed DefaultType into application/octet-stream but that didn't solve it either. Op 14/07/2011 11:45, Dirk Verleysen schreef: I'm new to Apache and I'm having a problem deploying on a Windows Server. I'm getting the above error message (in Chrome) but the look of

[users@httpd] Resource interpreted as .... but transferred with MIME type text/html

2011-07-14 Thread Dirk Verleysen
I'm new to Apache and I'm having a problem deploying on a Windows Server. I'm getting the above error message (in Chrome) but the look of the site is without images or stylesheet. Also the Javascripts aren't working. The Apache server redirects port 80 to my application at port and adds