I am developing code in PHP. I am creating a website to demonstrate the scripts that use PHP code.
Can someone explain how to structure this project.
I have many pieces (files) to the puzzle but cannot properly congeal them to work.
Launching index.php
display “server not found.”
Launching index.html
displays the correct elements which when clicked correctly navigate to other pages.
My question is asking that someone explain to me logically when the home entry is index.php
and when the home entry is index.html
?
When I view source from any site it is always and only html
code that is visible.