[plug] Apache

Bernard Blackham bernard at blackham.com.au
Sat Feb 26 13:29:56 WST 2005


On Sat, Feb 26, 2005 at 01:26:42PM +0800, Greg wrote:
> Im setting up apache on a debian box trying to sort out the root to 
> point at index.html if i type the ipaddress. It works fine if  I use 
> ipaddress/index.html , but if I use ipaddress it still responds with the 
> default debian welcome screen. This in itself is bizarre as I have 
> renamed the original index.html.

grep for "RedirectMatch" in your /etc/apache2. You'll probably find
a line like:

   RedirectMatch ^/$ /apache2-default/

somewhere which might be causing it. Just comment it out.

HTH,

Bernard.

-- 
 Bernard Blackham <bernard at blackham dot com dot au>



More information about the plug mailing list