Wont shop shows a defult page
Wont shop shows a defult page
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>
gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer