Hi
I keep getting locked out of my FTP account where Dolphin lives.... Someone or something is changing my permissions and the server locks me out. I have to contact support to get my permissions reset.
Its a Host For Web account and they say it is because I have so many 777 folders. I have anonymous FTP turned off so I figured no one can get in to change things...
But they say I need a HTaccess in each 777 folder that says this
<FilesMatch ".(php\p\sh\cgi)$">
<Limit GET PUT POST>
orderdeny,allow
deny from all
</Limit>
</FilesMatch>
Wold that work? Is that good file to put in my 777 folders or would that cause my site to not work?
Also hostforweb said that there shouldnt be any php files in 777 folders and if there is I should change them to 755. If I did that, would that stop Dolphin from working?
Just for interest I only use Dolphin as a wrapper to allow people to pay for access to Orca - I dont use Ray or any other things, just the basic Dolphin and Orca...
Cheers
Max