Why doesn’t my page load properly? What file types are supported?

Normal web page file names should end with “.html” or “.htm”. SSI (server-side include) files must end with “.shtml” to be parsed. CGI file names must end in “.cgi” or “.pl” (if they are written in perl).PHP file names must end in “.php” to be parsed.

If no filename is specified in a URL, the server will look for an index page, for example index.html, index.htm, index.shtml or index.php. If you have two index files, such as “index.html” and “index.php”, in the same directory, the .html file will load.

Above all, remember that filenames are case-sensitive, so index.html, Index.html, and index.HTML are three completely different file names as far as the server is concerned.

 

 

Share this:
FacebookTwitterWhatsAppViberCopy LinkTelegramLinkedIn
Updated on October 9, 2022

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support