The host has confirmed that : There is no such file in your directories,
root@goblin [/home/moroccan/public_html]# find /home/moroccan/ -name .maintenance -type f
root@goblin [/home/moroccan/public_html]# find /home/moroccan/ -name maintenance -type f
root@goblin [/home/moroccan/public_html]# find /home/moroccan/ -name \*maintenance\* -type f
root@goblin [/home/moroccan/public_html]# find /home/moroccan/ -name \*maintenance\*
root@goblin [/home/moroccan/public_html]#
??? What do I do now???