https://bugzilla.wikimedia.org/show_bug.cgi?id=30294
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|27946 | --- Comment #5 from Krinkle <[email protected]> 2011-08-09 16:45:29 UTC --- No bug 27328 not related at all. '/' means the root of a domain. Loading @import('/w/index.php ...'); works just fine. When you're on en.wikibooks.org, it loads: en.wikibooks.org/w/index.php. The problem is that, when you're on secure.wikimedia.org/wikibooks/en/, since / refers to the root of the domain (this is a general HTML/CSS rule, not related to ResourceLoaderor @import specifically), it loads: secure.wikimedia.org/w/index.php (which doesn't exist). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
