Check to see if you have a index.html and a index.php page in the same folder. Delete the one that you don’t want. Usually you want to keep the .php one.
Its so weird the www version has images that will not update to newer versions …yet other updates (ie colors have taken place)
Never happened to me before!
The www folder is often an alias of the public_html folder. Perhaps it is a browser cache issue? Have you tried clearing your cache or looking at the page in another browser? Recent versions of Safari have very aggressive caching.
Add a page (All Plug-Ins/HTML Code) in your project, set the folder as “/” so it goes to the same location as your homepage (index) file. I usually name this page htaccess.html
Add the following code (change YourSite to your actual domain). I say this only because I spent an hour trying to figure out why I couldn’t get something on my htaccess page to work, chatting back and forth with tech support only to realize my mistake. I immediately took two days off
Log into your C-Panel and locate the htacess.html page and rename it to .htaccess and you should be all set. Or if you currently have a .htaccess page, add the lines of code.
You may have to change your settings in your C-Panel to view hidden (dot) files if you ever need to replace it.