Viewing 5 replies - 1 through 5 (of 5 total)
  • Try to check if you meet all the requirement of the wordpress version. The latest wordpress version uses minimum php 5.2 (something like that) and won’t work on earlier version of php.

    Both files bring a 404 for me. Therefore I would say the test file is not working either?

    Thread Starter mar01006765

    (@mar01006765)

    Hi

    Thanks for reply, I got it working but deleted that folder and started again

    In the end it was my apache not serving index.php if dir was requested, got that sorted and it’s all good

    Just out of curiosity… how did you do this? (Apache server part)… never done it before so… 🙂

    Thread Starter mar01006765

    (@mar01006765)

    hi

    added this to apache httpd.conf

    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .phtml

    and not sure if this is needed but stuck this in too:

    #
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    #
    <IfModule dir_module>
        DirectoryIndex index.php index.html
    </IfModule>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Got php running but wordpress .php files wont load’ is closed to new replies.