<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /admin/static/_2.7.3/js/jquery.js was not found on this server.</p>
<hr>
</body></html>
I can not find what is causing this. I suspect this happened with the upgrade to Web2py version 2.7.3. At the moment the version is: Version 2.7.4-stable+timestamp.2013.10.21.21.29.21
I have rsynced the installation on the server to my local computer and there it does not happen when I run web2py from that rsynced version.
The server uses Apache2.
How do I correct this? The files in admin/views does not contain that string. So something is inserting '_2.7.3' whenever a static url is formed.
Regards
Johann