My domain

Status
Not open for further replies.

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
You have to have an index file for you to see anything other than index of /.

index.htm, index.html, and index.php are all valid index files. I've included a basic test file for you:

filename: index.html
Code:
<html>
  <head>
    <title>Test page</title>
  </head>
  <body>
    <h1>It works!</h1>
  </body>
</html>
 
Status
Not open for further replies.
Top