cancel
Showing results for 
Search instead for 
Did you mean: 

please help me my site down

please help me my site down

my site is www.lilandkim.com at magento 1

am renamed the file local.xml by mistake

 app>etc>local.xml

when i correct the mistake my site down

2 REPLIES 2

Re: please help me my site down

Hello @mahmag89gm0c88 

 

Ask hosting team to restore the website for you, that can be the simple solution.

 

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: please help me my site down

Your site is working perfect now.

Redirect Checker.jpg

 

 

If others have same issue then follow step by step to resolve it.

First,  You have restored the original name of the local.xml file back to its original state. It should be named local.xml without any changes.

Then clear the cache.

Go to your Magento root directory and run the following

rm -rf var/cache/*
rm -rf var/session/*

Check that the file and directory permissions are set correctly.

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod +x ./mage

Above are few steps that you can follow if still problem persist report in here.