|
Posted by Kimmo Laine on 06/02/05 13:20
<rous@claranospamformenipper.net> wrote in message
news:qvlt91p58glr1phvu5kvhhgeipgbm7jmvr@4ax.com...
> Can anybody tell me what I need to call the default php page that runs
> when somebody enters the domain name.( i.e. if somebody type in
> www.xyz.com ) is it index.php
Depends on your server settings. In IIS it's defaul.html or something gay
like that. You can't really do much unless you have access to configure the
server by yourself.
In apache, you can decide this in either httpd.conf if you have the righst
to do so, or in .htaccess by adding a line
DirectoryIndex index.php index.html
If no index.php is found, next it checks index.html, if no index.html, it
gives a directory listing or "no directory listing allowed".
--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com
Navigation:
[Reply to this message]
|