Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2005 20:21:55 +0200
From:      =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To:        Maher Mohamed <mahmoh@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: index.php
Message-ID:  <42BEF243.3020108@t-hosting.hu>
In-Reply-To: <f34868a3050626111625f686d6@mail.gmail.com>
References:  <f34868a3050626111625f686d6@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Maher Mohamed wrote:

>how can i make my server link to be redirected to the index.php
>
>i hve a web page at http://150.140.210.79:2005/~mahmoh
>the thing is that if i make the index.html to index.php the whenever i
>go to the url above
>i have to add the extra /index.php 
>
>can i get rid of that? is there a way?
>
> -- 
>Mohamed M. Maher
>_______________________________________________
>freebsd-stable@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
>  
>
You should modify your DirectoryIndex line in httpd.conf in such way:

DirectoryIndex index.html index.html.var index.php index.phtml

According to that, the webserver firstly looks for index.html, if it 
doesn't exist, then for index.html.var...
The index.php is the third in this example, but You can use a different 
order.

Cheers,

Gábor Kövesdán



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42BEF243.3020108>