Posted by Kurt Krueckeberg on 11/13/82 11:20
> You need to modify the configuration for the server. Find and open
> httpd.conf in your favourite text editor and search for the DirectoryIndex
> directive. It should look something like:
>
> DirectoryIndex index.html index.html.var
>
> You will need to modify that directive to include index.php. For example:
>
> DirectoryIndex index.php index.html index.html.var
>
> This means that if a request is made without a filename, the server will
> first search for index.php, then index.html, and finally index.html.var.
>
> [snip]
Thanks a lot! I made the change and it works now.
Navigation:
[Reply to this message]
|