On 2 Apr 2008, at 12:45, Shane Volpe wrote: > Nick, > It sort of worked, it stopped the the automatic directory listing but > now it does not bring up index.php by default if I just enter in the > ip address. I need to actually specify index.php in the link: > Example: > "https://192.168.0.100" gives me a 403 Forbidden code > "https://192.168.0.100/index.php" works just fine
You could add this rule: vserver!default!request!^/$!handler = redir vserver!default!request!^/$!rewrite!1!show = 0 vserver!default!request!^/$!rewrite!1!substring = /index.php vserver!default!request!^/$!priority = 20 it should fix the problem. -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
