How to view a site home is index.htm or index.php do not try the method. Or is there a browser that can be displayed directly?
How to view a site home is index.htm or index.php do not try the method. Or is there a browser that can be displayed directly?
Share to:
------Solution--------------------
See how your server side is configured if it is written then the default will be displayed according to your settings if there is no index.htm then show index.php ...
------Solution--------------------
Grab the packet with the Firebug or HttpWatch software to see the HTTP response headers returned by the server.
If it is a. PHP page, it will return an HTTP header like x-powered-by:php/5.2.17
And if it is an. htm page, it will not.
Another: The server is directly called by the default page set to output, the HTTP response will not return its file name.