Forum Moderators: open
my question:
1. when i type in www.mysite.com then i dont get index load automaticaly but i jsut get directory listing.i presume this is because i have index.cfm and not index.htm
i made copy with index.htm but i am not sure if htm has the same functionality like cfm.So how do i make that index.cfm will be loaded automaticaly when soemone types www.mysite.com
2. what about SEs? google especialy etc? do they like .cfm? i dont rememebr seeing any .cfm files in top results on terms i follow...
3.so if i rename all files to .htm will it work?
maybe i am getting this all wrong...i have no idea about cfm...any help appreciated..
If you are using a web host, I suggest you ask tech support what the names of the "default" documents are. They really could be anything.
.CFM and .HTM have different functionality. .CFM is a dynamic scripting language where the scripting code is processed before you are served a file. .HTM is just a static HTML with no server side code in it.
There are ways to make CFM URLs friendly by converting all your & and? in a URL into slashes. [webmasterworld.com] I posted one method, but you can search for more examples in the Macromedia Developer Forum.