Where is Magento a Guide to Finding your way around Magento

Where are files in magento

root Magento directory
cd /var/www/shop.example.com/

Files of interest
index.php
.htaccess

All extension files (modules)

cd ../app/etc/modules

Cache

cd ../var/cache

Delete directory to clear cache

Sessions

cd ../var/session

Delete directory to clear sessions

You may also like...