Here's the content of my httpd.conf file. There is a index.php file at the root of my /www folder. .asp:text/html .svg:image/svg+xml .png:image/png .gif:image/gif .jpg:image/jpg .js:application/x-javascript *.php:/usr/bin/php DirectoryIndex index.php However if I just type http://localhost/, I get a 404 page. Typing http://localhost/index.php shows me the right page.
DirectoryIndex is apache's directive. busybox httpd is not apache-compatible. See the top of http://git.busybox.net/busybox/tree/networking/httpd.c for busybox's directives. I think you need I:index.php