We have a cart, version 1.3.9h. In admin we have the html editor selected but it is not working.

When I go to tools > ez-pages and click the link to create an ez-page the html editor is not loading.

Browsing with firefox, using inspect element, I look in the head tags section and find the script tag for htmlarea.js. It shows that htmlarea.js not loading.

This is the message:

HTML Code:
Failed to load source for: http://website.com/editors/htmlarea/htmlarea.js
The problem I see with this is the path is not correct. It should actually read as

HTML Code:
http://website.com/store/editors/htmlarea/htmlarea.js
View source shows

HTML Code:
<script type="text/javascript" src="/editors/htmlarea/htmlarea.js"></script>
and clicking on the src link shows this

<h1>Not Found</h1>
<p>The requested URL /editors/htmlarea/htmlarea.js was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>

Where do I correct the url so page load follows the correct path?