• Hi I’m pretty new with this and I know I did something stupid anyway this is my problem
    I install apache, php , mysql and wordpress, set up config php file, admin user name and pass and set up my first page
    but from there I have a problem. It is not big deal which link I select (except to outside links) comments, category, new user etc it is just opening page “index of…” where are all my wordpress files located.
    What I did wrong? Anybody can help me?

    p.s. i still did not start officialy my web site it is still localhost

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check your Apache httpd.conf file, which should be in the Apache/conf folder. Look for the section below and make sure it has index.php in addition to index.html.


    <IfModule mod_dir.c>
    DirectoryIndex index.html index.php
    </IfModule>

    Basically, you’re telling it that when you don’t specify a webpage, that it should assume and look for index.html or index.php.

    I think that’s the solution anyway.

    Thread Starter kizovani

    (@kizovani)

    Thx Hallsey
    THAT WAS IT.
    Problem solved.
    ?? ?? ?? ?? ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘links to different pages’ is closed to new replies.