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? Quote 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/ Quote 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? Quote 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* Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.