Hi,
I have hired a programmer for my website, but he is unable to get access into the public_html/html ?
Any ideas why he is unable to access that folder, but yet I can.
He has all my cpanel log in informations also.
Thanks
Yes, thats what i figured, I gave him the above and Cpanel, for some reason he can't open them?
Very strange.
Check the permissions on the html/ directory from your FTP program, although it should really make any difference.
If he can access and modify other files outside of the html directory then it sounds like a permissions problem, but that shouldn't apply if he is using the same account as you. It might be worth checking the permissions on the directory whilst logged in as you and checking that they are the same as other folders on your site...
Cheers,
David.
That sounds normal.. but more importantly is that it is the same as other directories. It might also be worth having a look at the permissions on the files themselves.
Okay thank you David for all your support, one last question, at least for now :)
How can I make my "Search Box" a little higher up on my page?
Not sure whats making it appear where it is.
www.dalster.com
Thanks
Hi,
The gap is created by the following line in index.php:
print "<div style='height:120px;'> </div>";
To remove the gap, simply delete that line, or to reduce it change the value of the height parameter within the inline style.
Cheers,
David.
Hi,
What mechanism is he using to access the files?
If you have provided him with FTP access (and your username/password) then he should be able to edit files locally and upload them, just as you would have done during installation...
Cheers,
David.