PDA

View Full Version : n00b question: index.php not working


jemu
09-11-2006, 02:23 PM
I am a little frustrated--a very simple problem
http://192.168.1.10/wiki/index.php (renders properly)
http://192.168.1.10/wiki/ (gives an error)

PHP runs properly. Permissions ARE set correctly on the files. Index files are set as "index.html, index.php". I have applied the changes, restarted the server, both from the administration interface and using the command line (like I read in another post). I am sure I am missing something simple. What could it be?

mistwang
09-11-2006, 03:01 PM
Configuration looks good if the vhost is not configured to "use server config".
Is .htaccess support turned on? any rewrite rule configured at vhost level or in .htaccess?
Otherwise, turn on debug logging and post the detail debug log output here.

jemu
09-11-2006, 05:44 PM
I had forgotten to remove the example "virtual" host. Once I did that, everything started working.

By the way, Litespeed server is an impressive piece of software.