Hello,
I just made this site last night. I was told that people who visit the site are being asked to provide a password and username to log into cPanel. I'm trying to make it stop doing this. The url is www.mazdateam.net.
Thanks.
Hello,
I just made this site last night. I was told that people who visit the site are being asked to provide a password and username to log into cPanel. I'm trying to make it stop doing this. The url is www.mazdateam.net.
Thanks.
Weird! I could re-create the issue at my end but there isn't much information to find the reason.
Is this occurring with all your websites or just www.mazdateam.net ?
If it is happening with all then it could be an issue with the apache configuration file otherwise check the .htaccess file for this website.
Are you on a shared server or a dedicated one?
Not so wierd. The logo has been changed from the default forum logo it looks like, and you've used the wrong link for the new one. (assuming you've used the cPanel File Manager to upload the new logo.)
Your images for that theme go here:
Themes/default/images/
But the path for your logo points to here:
viewer/home%2fmazdatea%2fpublic_ftp%2fincoming/mazdateamforum.png
This is incorrect. Move this image, mazdateamforum.png to your:
Themes/default/images/
Your host can assist you with this better.
This is because you are calling an image from the file manager:
You need to move this image to another folder that is accessible, perhaps the public_html folder.Code:<img src="http://216.45.56.92:2082/viewer/home%2fmazdatea%2fpublic_ftp%2fincoming/mazdateamforum.png" style="margin: 4px;" alt="mazdateam.net" />
Need help with your server? PM ME!
Blog - http://solidservers.ca
Quality Hosting - http://robohostingsolutions.com
Search for all instances of :2082 in your html code and make sure they are gone. Then correct the path to the actual location of the image.
Thanks for all the help guys. I was able to fix it and it's working now.
Thank you!