Have I missed something obvious? I have a lot of folders with
index.php files in them so I'm hoping something can make them all try
index.php should just the folder be called?
Have I just missed an option or something?
Thanks.
Paul.
Maxime Raoust
unread,
Nov 12, 2010, 5:25:29 PM11/12/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
My problem was I was adding absolute paths of the files in my
"files.list" (/home/user/www/index.php and so on) instead of the paths
relative to the doc root (./index.php and so on)
Hope it helps
Max
On Nov 12, 7:38 pm, Paul Jones <pjan...@gmail.com> wrote:
> Hi, I'm not sure if I need to do somethign else for this to work
>
> I'm setting up a config file for my HipHop server which includes:
> Server.DefaultDocument=index.php
>
>
> My problem was I was adding absolute paths of the files in my
> "files.list" (/home/user/www/index.php and so on) instead of the paths
> relative to the doc root (./index.php and so on)
>
> Hope it helps
> Max
>
> On Nov 12, 7:38 pm, Paul Jones <pjan...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi, I'm not sure if I need to do somethign else for this to work
>
> > I'm setting up a config file for my HipHop server which includes:
> > Server.DefaultDocument=index.php
>