Re: [EMAIL PROTECTED] index.php

2008-02-14 Thread Jan F Steinbrener
If you also have index.html in that directory and would like that index.php is always accessed first, then move it up all the way, like DirectoryIndex index.php index.html... Jan On Feb 14, 2008, at 12:56 PM, Melanie Pfefer wrote: excuse this beginner's question: how to configure apache s

Re: [EMAIL PROTECTED] http 403

2008-02-13 Thread Jan F Steinbrener
: I gave 777 to the whole folder. the web page displays now the contents of the folder :( any idea? thanks. --- Jan F Steinbrener <[EMAIL PROTECTED]> wrote: Do your folders have the executable permission set for others? On Feb 13, 2008, at 10:03 AM, Melanie Pfefer wrote: hello, I am g

Re: [EMAIL PROTECTED] http 403

2008-02-13 Thread Jan F Steinbrener
Do your folders have the executable permission set for others? On Feb 13, 2008, at 10:03 AM, Melanie Pfefer wrote: hello, I am getting this error and donno the cause: [Wed Feb 13 16:57:14 2008] [error] [client 172.21.193.71] (13)Permission denied: access to /cacti/index.html denied in httpd

[EMAIL PROTECTED] Rewrite rule to keep old url after changing username

2008-02-11 Thread Jan F Steinbrener
Hi, during my recent re-install of our server (it is running Apache 2.2) i changed my username from old_uname to new_uname. I would like that my webaddress is still accessible under the old address http://host/~old_uname Looking through the docs I decided to go with the rewrite routine. I