n00b question: index.php not working

jemu

New Member
#1
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

LiteSpeed Staff
#2
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

New Member
#3
good, its working now.

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.
 
Top