For those of you who's sites use Cpanel as your control panel, I have a question maybe you can help me with. I've created an add on domain name in the cpanel and have another domain name, hosted elsewhere, pointed to that add on domain name. When I create a page in the folder I created for that add on domain, for some reason I cant get any images to show. I've put the images in the main Images folder for the domain, I've created an images folder in the subdomain folder..but it just can't find the images. Anyone else ever have this issue and figure out how to fix it?
Do you have ./images/imagename.gif or do you use domain/images/imagesname.gif ? In the code to those images or? And CHMOD your images folder to 755
Ok i need to find a good site that checks for html,css errors and tells me how to fix it also in a cpanel where do i go to edit my sites source code
You can use http://validator.w3.org/ to check your HTML is valid, there is also a CSS checker there, they set the web standards and its always a good idea to get your code valid and clean. To edit files on cpanel you can use the file manager to view the files, but its easier to have a local copy to make the changes then ftp or file manager to your site.
If you're using filemanager/filezilla or anyother ftp software: Right click on the images folder... go to: CHMod and enter permission as: 755
I got it figured out...for anyone who runs into this issue. In the cpanel there's an icon that says Hotlink Protection. You have to add your subdomains to a list that allows the images to be shown. Easy as that.