I am building a site on a CMS (modx) for a client who has not decided on their domain name. I have access to WHM so just set up an account with out pointing any domain name to it and began developing just using the URL
http://example.com/~newsite
Everything seemed to be going well until I installed TinyMCE (the WYSIWYG text editor) which allows you to browse and upload images on the server and add them to page content. The editor worked fine but I just couldn't access any files on the web server.
Looking into the issue I saw that many files that were part of TinyMCE were non executalbe (644). I tried changing them but got a 550 error, eg:
550 Could not change perms on jquery-1.4.2.js: Operation not permitted
Could this be something to do with the way I am accessing the files on FTP? I am using the hosting servers IP address as the host, rather than a hostname.
Any advice would be appreciated! Thanks
http://example.com/~newsite/, as opposed tohttp://realdomain.com/then any root-relative client-side URLs are going to be referring to 1-folder level above the web root. You are better off setting some temporary domain. – w3d Jan 21 at 8:47