PDA

View Full Version : [ubuntu] [SOLVED] index.php instead of index.html


Anders B
August 12th, 2008, 10:41 AM
Im running Apache2 on Ubuntu 8.04

Ive installed a punBB forum, and its running flawlessly, BUT...

In the browser i have to enter http://[myurl]/index.php, instead og just http://[myurl].

It just opens the index.html as default :(, when it should be index.php.

How do i fix this?

ibutho
August 12th, 2008, 10:47 AM
Why not rename the index.html to something else or change the DocumentIndex section in apache, so that index.php is first (don't know if this will actually make a difference).

Anders B
August 12th, 2008, 11:19 AM
I simply just deleted the index.html :)

Ty