Viewing 6 replies - 1 through 6 (of 6 total)
  • dragon52x,

    Did you put all the wordpress files in the wordpress directory folder?
    I think that something went wrong while installing wordpress.
    Run the setup again and see what u get.

    You can also check ur general settings in the back end if u can acces that. Some where in the settings. Look for the url.

    Mvg,
    Avinash Bhageloe

    Moderator Dion Hulse

    (@dd32)

    Meta Developer

    https://localhost/wordpress/wp-admin” does not work but “https://localhost/wordpress/wp-admin/index.php” does.

    This screams Server config issue, It sounds like your server isn’t set up to serve index.php as a “default document”.

    Here’s the Apache declaration you should be using (If you’re the server admin):

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

    Dion, thank you for your advice. I had The same problem as dragon and your solution fixed everything.

    Thread Starter dragon52x

    (@dragon52x)

    Problem solved. Dion was right!
    Thanks heaps.

    I’m having the same problem dragon52x had, but I’m not a server admin and don’t even know what Apache is. Any advice?

    I have WordPress installed here: callahantroop351.com/wp2

    Thanks for any assistance, as I’m lost…

    thanks, dica antiga, no entanto me ajudou também!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Doesn't work without typing /index.php’ is closed to new replies.