sreckop
Member
Posted 5 months ago #
Hi,
I installed latest version of WP MU and a default .htaccess file was created.
I installed version in sub directory.
When I try to start blog, I see just a blog home directory structure (sub directories and files)
So to start a blog I need to go to wp-admin/index.php and then it starts.
However if I try to visit my blog form dashboard again puts me in my default Blog home directory structure.
Any suggestion?
Your webserver appears to not be setup to see index.php as an index file. Please get with your host and have them add index.php to Apache's httpd.conf file under the DirectoryIndex line. They'll have to restart Apache afterwards.
Hope this helps
sreckop
Member
Posted 5 months ago #
That was easy.
I had Apache running on my own pc, and just added those lines and everything worked.
Thank you very much
Not a problem. Have to admit I was wondering about that as most hosting servers have that set up already. One box I dealt with once had like 22 different file types in there.
In case anyone sees this afterwards via a search, here's some instructions that better describe what to do:
http://support.im1.net/privateserver/apache/how_do_i_add_php.htm