tibberous Posted December 29, 2007 Share Posted December 29, 2007 Is there any way to use PHP to get the default directory index? Either in general or just on Apache? For example, my server is set to serve index.php before index.html. Is there a way I could use PHP to know that index.php was my default index? Link to comment https://forums.phpfreaks.com/topic/83648-is-there-a-way-to-get-the-default-index-pages/ Share on other sites More sharing options...
redarrow Posted December 29, 2007 Share Posted December 29, 2007 apache ProxyPass /webmin/ http://localhost:10000/ ProxyPassReverse /webmin/ http://localhost:10000/ Link to comment https://forums.phpfreaks.com/topic/83648-is-there-a-way-to-get-the-default-index-pages/#findComment-425519 Share on other sites More sharing options...
tibberous Posted December 29, 2007 Author Share Posted December 29, 2007 What does that mean? Link to comment https://forums.phpfreaks.com/topic/83648-is-there-a-way-to-get-the-default-index-pages/#findComment-425527 Share on other sites More sharing options...
tibberous Posted December 30, 2007 Author Share Posted December 30, 2007 *bump* Link to comment https://forums.phpfreaks.com/topic/83648-is-there-a-way-to-get-the-default-index-pages/#findComment-425830 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.