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