• Resolved paramasivanpn

    (@paramasivanpn)


    I have installed WordPress 2.9 and 3.1. When creating About page and saving, the Preview page displays only links of available PHP files. What should I do to see a page? I tried changing the themes, plugins also.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    I tried changing the themes, plugins also.

    have you tried deactivating ALL plugins? If the problem goes away, activate them individually (one-by-one) to find the culprit.

    Thread Starter paramasivanpn

    (@paramasivanpn)

    In Apache server httpd configuration file, there are lines like

    #
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    #
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>

    Add index.php as below:

    <IfModule dir_module>
    DirectoryIndex index.html index.php
    </IfModule>

    This solves the problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank page after installation’ is closed to new replies.