• I have installed wordpress 2.8.5 and also can create users through the website. It seems to me that everyone to the website need a login and password. Am I right ? Seems that something is missing ???

    It is now an intranet website (url = http://10.9.4.138/blog) and I have changed the wordpress folder to blog. After I login as an admin user (url = http://10.9.4.138/blog/wp-login.php), it list out a list of php file just like a ftp server. Shouldn’t it bring me directly to the admin page ? Then, I need to select manually for the index page (url = http://10.9.4.138/blog/wp-admin/index.php). Also, all the view and preview functions are not working as expected. When I view the page, it show me a list of php files. For the preview function in themes, it show me a list of php files, too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It sounds like your server needs configuring to use PHP properly. It’s probably not recognising index.php files as legitimate index files. Try adding:

    DirectoryIndex index.php index.html index.htm

    to the top of the .htaccess file in your WordPress directory.

    Thread Starter jimmy7838

    (@jimmy7838)

    I don’t see there is a .htaccess file in the wordpress directory. However, I have created one with the content you provided. I am using Fedora 9 linux as the OS platform. Doesn’t make any difference after adding this file with suggested content. Anything wrong ??

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Login require for everybody ? Something missing ??’ is closed to new replies.