| :: |
| Author |
Message |
arkin
Joined: 15 Sep 2008 Posts: 5
|
Posted: Mon Sep 15, 2008 9:36 pm Post subject: problems with VirtualRoot |
|
|
When i enable the forum virtualroot i get a problem:
<p>The requested URL /announcements/styles/prosilver/template/forum_fn.js was not found on this server.</p>
This causes the javascript to not load and specific parts of the site not to work
Was wondering if there was any fix for this? Thanks.
P.s. the site is www.coderism.com |
|
|
| Back to top |
|
 |
|
 |
arkin
Joined: 15 Sep 2008 Posts: 5
|
Posted: Wed Sep 17, 2008 9:54 am Post subject: Re: problems with VirtualRoot |
|
|
| No one can reply? This is clearly a problem for more people than just me? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
arkin
Joined: 15 Sep 2008 Posts: 5
|
Posted: Sun Oct 05, 2008 8:37 pm Post subject: Re: problems with VirtualRoot |
|
|
this problem is not fixed?
i think the problem is apparent, firefox is not listening to the base href directive when loading the javascript files. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
arkin
Joined: 15 Sep 2008 Posts: 5
|
Posted: Mon Oct 06, 2008 12:11 pm Post subject: Re: problems with VirtualRoot |
|
|
Hmm, on Mac OS Firefox 3.x I get:
| Quote: | | <p>The requested URL /announcements/styles/prosilver/template/forum_fn.js was not found on this server.</p> |
This is when I try and inspect the script file using Firebug. This is preventing certain plugins from working.
The problem seems to be that it is trying to load the javascript from the current directory and not the root. |
|
|
| Back to top |
|
 |
arkin
Joined: 15 Sep 2008 Posts: 5
|
Posted: Mon Oct 06, 2008 12:12 pm Post subject: Re: problems with VirtualRoot |
|
|
| Btw, thanks for the quick response, this may be a problem for more people than just me. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sat Oct 11, 2008 9:17 am Post subject: Re: problems with VirtualRoot |
|
|
Well, since both the style sheet and the JS file are using the exact same path the where they are in the style/ dir :
| Quote: | | <script type="text/javascript" src="./styles/prosilver/template/forum_fn.js"></script> |
and :
| Quote: | | <link href="./style.php?sid=6a3aac29b253e64373c2c542f9c23ef4&id=1&lang=en" rel="stylesheet" type="text/css" media="screen, projection" /> |
So the same base href applies :
| Code: | | <base href="http://www.coderism.com/"/> |
I assume that if you see a styled output and cannot load the forum_fn.js file, it's probably because of some browser / firewall "security" JS settings.
The file is reachable.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|