Yes, it looks like I renamed the file to “main”. But as shagrined as I am to say this, I need to say that I don’t remember how I did this. I design during the summer - I’m a teacher during the school year, and this site was my first foray into EE. I spent a month on it and haven’t touched it since July. I have a terrible memory!
So . . . all that to say that I vaguely remember doing this and I remember I changed it to main because I thought seeing “index” in the URL would be confusing, but I don’t remember how I changed this. So now that we know that index.php is “main” in the URL, can I ask if it is still “index.php” in my template structure? Does that make sense?
I checked the path for the images in the CP and found that the URL to that image is cast.system/cp_global_images/webpage_icon.png where “cast.system” refers to my EE install on this server. When I look in that folder there is no cp_global_images folder at all, which explains why those images are missing. Not sure what to do there. I don’t even have that folder locally, which doesn’t make sense.
Here is the content of my .htaccess file:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName http://www.castronovo.com
AuthUserFile /www/castronovo/_vti_pvt/service.pwd
AuthGroupFile /www/castronovo/_vti_pvt/service.grp
<Files main>
ForceType application/x-httpd-php
</Files>
AddType application/x-httpd-php .htm
Thanks, my friend.