Hi there, When you go to: http://www.bradgelina.info/ You get the files, not the direct website, does anyone know why this is happening? Never has happened to me before, Thanks in advance, Linda.
For some reason, it wasn't showing up the index.html file, but once I switched it to index.php it pops right up.... wierd...
in the default documents the index.html is not mentioned your server should be a UNIX server and they usually have index.htm as a default document
Your site is hosted using apache, so it's a matter of the "DirectoryIndex" setting. Create (or edit if it exists already) a .htaccess file in the root of your domain. Put a line like this: DirectoryIndex index.html You put the most important one first and you can list multiple files: DirectoryIndex index.html index.htm index.php default.html etc.