Viewing 5 replies - 1 through 5 (of 5 total)
  • So your index.php would have this:

    require('./wp/wp-blog-header.php');

    Also make sure you don’t have an index.html file in the web-root folder.

    Thread Starter anznor

    (@anznor)

    i dont have any index.html file in root……Is it something to do with .htaccess file ???

    then i moved the index.php to sites root
    That’s the first mistake. The instructions NEVER say “move” They always say COPY, which means ending up with one index.php in the root and with a copy of it in the WP install folder!
    (The modifications should be done ONLY in the root index)

    Is it something to do with .htaccess file ???
    Most likely. In the case of the .htaccess file it is also a COPY operation… and some changes.

    So, why don’t you start reading the Documentation???
    Giving_WordPress_Its_Own_Directory

    Thread Starter anznor

    (@anznor)

    i dint follow that documentation coz i had done it perfectly the last time…….This time i directly installed wordpress in a folder within root……

    and i guess it shudnt create any problem…..i tried the copy thingy and only my root index.php file has header line modified…..but still to no avail……

    can someone give me a way to modify the .htaccess file to get it working……

    Thread Starter anznor

    (@anznor)

    Ok the problem is fixed for now…….I hope it doesnt interfere with future customizations……..

    Thanks for all the help……..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help Site not displaying……….’ is closed to new replies.