I have a really irritating problem with my magento installation. I have a magento(1.4.x) installed under www.domain.com
address. I've cloned it to /beta/
directory to make an upgrade on test environment and also cloned database but i'm not able to resolve one simple-looking problem.
Every link on my test installation is missing a slash between base url
and 'the rest' of URL so, for example, if magento tries to include a js file, URL to this file is rendered like this: www.domain.com/betajs/filetoinclude.js
instead of
www.domain.com/beta/js/filetoinclude.js
.
I have edited URLs of my test environment in database, cleared cache and done all the other things poeople were suggesting on bulletin boards but i'm still missing this slash.
This problem is descibed a bit wider here: http://www.magentocommerce.com/boards/viewthread/234373
Have you any idea what can i do to make it working ? Thanks in advance.