now i have such structure on my server
./site.com/
./site.com/mage
./site.com/mage/Mage.php
./site.com/mage/app
.........
./site.com/public
./site.com/public/skin
./site.com/index.php
..........
./site.com/public is the apache root directory.
Magento still think skin directory in the same directory with app
I tried to change default/system/filesystem/skin entry in ./site.com/mage/etc/config.xml but it does not help (Cache is disabled)
How i can change it?
Now im doing symlink from public/skin to mage/skin and its work, but its do not looks like better way.
Thank you for your help and sorry for my English 🙂
Might be worth having a look at Alan Storm’s excellent site, specifically http://alanstorm.com/magento_base_directories. Note the comments at the foot:
I know providing you a reason it is not advisable or easily achievable is not the same as providing you with an answer, but Alan is someone who is worth listening to when it comes to Magento.