<div>Hi,</div><div> </div><div>Notice that URI is /remote.php/core.css</div><div>This IIS instance is probably treats 'remote.php' as directory and not as a PHP script.</div><div>Posted core.css is actually a 404 page.</div>
<div><br></div><div>---</div><div>Victor</div><div><br></div><br><div><br></div><div><br><div class="gmail_quote">On Thu, Oct 4, 2012 at 3:18 PM, Robin Appelman <span dir="ltr"><<a href="mailto:icewind@owncloud.com" target="_blank">icewind@owncloud.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thursday 04 October 2012 13:48:40 Thomas Müller wrote:<br>
> Hi,<br>
><br>
> your IIS is not properly configured as it tries to serve core.css directly<br>
> from the file system:<br>
><br>
> (From your posted core.css)<br>
> <tr class="alt"><th>Requested<br>
> URL</th><td><a href="http://192.168.101.77:8080/remote.php/core.css" target="_blank">http://192.168.101.77:8080/remote.php/core.css</a></td></tr><br>
> <tr><th>Physical Path</th><td>U:\data\cloud45\remote.php\core.css</td></tr><br>
><br>
> IIS should execute remote.php instead of looking for remote.php/core.css<br>
><br>
> I have no idea how to configure IIS to behave correctly.<br>
><br>
> On apache this is all handled with .htaccess - afaik.<br>
<br>
</div>Executing a php file no matter what is after the path is default behaviour from<br>
apache and most other httpd's<br>
<div class="im HOEnZb"><br>
> Take care,<br>
><br>
> Tom<br>
><br>
> Am Donnerstag, dem 04.10.2012 um 13:32 schrieb <a href="mailto:g4@novadsp.com">g4@novadsp.com</a>:<br>
> > Hello Arthur<br>
> ><br>
> > On 04/10/2012 11:22, Arthur Schiwon wrote:<br>
> > > On Thursday, October 04, 2012 10:51:13 AM <a href="mailto:g4@novadsp.com">g4@novadsp.com</a> wrote:<br>
> > >> Hello Frank<br>
> > >><br>
> > >> IIS 7.5 bundled with Windows 7x64. Something very odd is happening<br>
> > >> with<br>
> > >> the CSS. Please see attached.<br>
> > ><br>
> > > Just to be sure - you cleared your cache?<br>
> > ><br>
> > >> On 04/10/2012 10:16, Frank Karlitschek wrote:<br>
> > >>> This is strange.<br>
> ><br>
> > Yes. Cache cleared.<br>
> ><br>
> > Chrome dev tools shows 2 files not served by IIS, no idea why. Please<br>
> > see attached. Image minified slightly to allow posting to list.<br>
> ><br>
> > Thx<br>
> ><br>
> > Jerry<br>
<br>
<br>
</div><span class="HOEnZb"><font color="#888888"> - Robin Appelman<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</div></div></blockquote></div><br></div>