ASP with PHP (WordPress)

Hi there.

I generally code with ASP, but have just installed WordPress, which is PHP based. I notice that the server isnt sending “index.php” as the default file - its just giving a “Directory Listing Denied” error, i assume that its because there is no “default.asp” etc file.

how can i define [for this directory and sub-dirs ONLY] that index.php is the one to go for?

Thanks!

in the directory indexes, put subfolder/index.php and you will be set.

Stephen, Thanks.
Do you mean create the file “index.php” - but these files already exist - created by WordPress.

No, in directory indexes portion of the CP, just put in the path with the subdirectory and it will set the path for that subdirectory to load index.php as default :slight_smile:

oh ok :slight_smile:
found it, thanks!!