Hi everyone,
I tried to use the cPanel's File Manager to upload a file (files.php) to public_html. The upload page says "100% Complete" but, it is no where to be found. I thought perhaps for some reason, there is something in the file causing it to fail. And I narrowed it down to a hyperlink.
Saving
HTML Code:
<a href="http://google.com">Google</a>
as wtf.txt fails to be uploaded, while using an FTP client to do the same task yield success.
While the normal link failed, both of the following seemed to work:
Code:
a href="http://google.com">Google</a>
I am truly baffled. cPanel fails, but FTP wins? Does anyone have any ideas?