|
Hi
Hope someone can help out on this.
I have just tried to access the google api through admin -> system -> configuration -> google api and I get a 404 page not found error.
Would this be due to file permissions? I understand that folders need to be 755 and files 644 - is this correct?
Does anyone know which files / folders i need to change to fix this problem?
If I run the following through shell access will it sort out all permission problems?
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; chmod o+w var var/.htaccess app/etc chmod -R o+w media
Thanks for your help
|