On Fri, Oct 14, 2011 at 7:36 AM, Amira Othman <a.oth...@cairosource.com> wrote:
> Hi all
>
>
>
> I need to change apache default welcome page to customized one. When I add
> index.php to DocumentRoot  (default not that with virtual host) nothing
> change I get the same welcome page. And when I disable welcome page I get
> not allowed error page.How to change it and if I want to customize error
> pages how to do it?


Your server probably doesn't look for an "index.php" -- find your
current DirectoryIndex, or add a new one, e.g.

DirectoryIndex index.php index.html

http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex
>
>
>
> Regards



-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to