After installing new website on 1.8 version, I showed it to my customer and everything was ok. Then I changed root url and corresponding variables in config.php according to production website address - it was like http://www.websitename.com/some_directory and was changed to http://www.customerswebsiteaddress.com
And then stylesheets stopped working. Page source shows it's grabbed from tmp/cache, but trying to display shows 403 error. I changed all rights to 777, not helped.
I wonder why it was working at address with subdir and stopped working with new address?
heres code snippet from not working page:
Code: Select all
<link rel="stylesheet" type="text/css" href="http://www.customerswebsiteaddress.com/tmp/cache/reset_1279703677.css" media="all"/>
<link rel="stylesheet" type="text/css" href="http://www.customerswebsiteaddress.com/tmp/cache/Goczol_1279796699.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="http://www.customerswebsiteaddress.com/tmp/cache/Accessibilityandcross-browsertools_1242204174.css" media="screen"/>
Code: Select all
<link rel="stylesheet" type="text/css" href="http://www.websitename.com/some_directory/tmp/cache/reset_1279703677.css" media="all"/>
<link rel="stylesheet" type="text/css" href="http://www.websitename.com/some_directory/tmp/cache/Goczol_1279796699.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="http://www.websitename.com/some_directory/tmp/cache/Accessibilityandcross-browsertools_1242204174.css" media="screen"/>
Greeting
Aleksander