Skip to main content
Inspiring
January 18, 2007
Question

shared hosting account does not have index.cfm defined as a default page

  • January 18, 2007
  • 3 replies
  • 341 views
I recently setup a site on a shared GoDaddy.com hosting server and they do not have index.cfm configured to be a default page for the site. As a work around I'm using index.html to refresh to index.cfm but don't know if this is an acceptable solution or if I should be pushing them to configure index.cfm to be an default page on my site. My concern is mostly over search engines results. Wondering what others think about this situation.
Thanks in advance.
This topic has been closed for replies.

3 replies

Inspiring
January 22, 2007
Thanks for the response Henry. I was able to get the hosting provider to map the default page to index.cfm. Thanks again for the response.
-John
January 20, 2007
If your hosting server is running apache, you might be able to redefine the default home page in the .htaccess file.

Most ISP's give some limited access to virtual host configuration through .htaccess files. You might want to check with your ISP on this.

Again, if this is apache based hosting, try creating .htaccess file in your home directory and include this line in the file:
DirectoryIndex index.cfm index.html index.htm

Good luck,
Henry
Inspiring
January 18, 2007
If the host has CF running on that server, its their responsibility to map
the pages correctly.
Call them and give them a stir up!

"900spg" <webforumsuser@macromedia.com> wrote in message
news:eoofp9$jq7$1@forums.macromedia.com...
>I recently setup a site on a shared GoDaddy.com hosting server and they do
>not
> have index.cfm configured to be a default page for the site. As a work
> around
> I'm using index.html to refresh to index.cfm but don't know if this is an
> acceptable solution or if I should be pushing them to configure index.cfm
> to be
> an default page on my site. My concern is mostly over search engines
> results.
> Wondering what others think about this situation.
> Thanks in advance.
>