• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Name of index.html

chipy

Golden Member
i have a website with only one page. this page used to be named index.html and when i typed in my domain url in the address bar, it would take me to the main (and only) page of my website.

then i started reading the search-engine-optimization-guide by Google and it recommended that each page be named appropriate to the contents of that page. so if i want to change index.html to about-me.html and make that my main page that comes up when i type my domain, how do i do that?

i tried it and instead of showing the page it shows me "Index of /". Website is running on a linux/Apache server.

cliffs:
1. linux/Apache web server
2. website has only one page
3. used to be "index.html"
4. renamed to "about-me.html"
5. now, when i type in domain i am taken to "Index of /" instead of page.
6. how do i resolve this?
7. thanks!
 
Last edited:
If you only have one page, there is no point in doing this. Google only really cares about file names if they include words from or closely related to the query. So for instance, if someone searched for "about foo" or "foo me", it would matter. But those seem like uncommon queries.
 
Back
Top