I'm having a problem with my browser using the wrong prefix when it fetchs the css and js files for a popup window.
I'm using relative urls for the css and js files e.g. ../styles/mycssfile.css, but instead of just putting the domain on the front, it's putting the whole path to the page that loads into the popup e.g. http://mydomain.com/path-to-page/page.php/styles/mycssfile.css. Then it says that the mime type is wrong - well duh! :-)
I'm using Firefox for testing, but this happens in all the other browsers too, so I guess it's something I'm doing or not doing in the HTML rather than a browser problem.
Does anyone know why it would be doing this and how I can solve the problem?
Debbie