• kpizme

    (@kpizme)


    I’m almost there. So far, installation has been fairly painless. However, now something else is wrong, affecting the blogs main functionality. All my internal, links are wrong. For example:

    When logged into WP-Admin, the “View Site” url is missing the index.php at the end. It is just; http://<myurl>/wordpress/&#8221; instead of the full path “http://<myurl>/wordpress/index.php&#8221;

    The same holds true for all the internal links, so nothing works right, unless I manually type the “/index.php” in.

    I am on a Windows Server coloctated off site, so I don’t know how to make index.php a default file in the directory, which would probably resolve the problem. That said, does anyone know a work around. I have tried modifiying the base url to no avail.

    Thanks,
    Kevin

Viewing 7 replies - 1 through 7 (of 7 total)
  • davestinner

    (@davestinner)

    http://www.yourdomain.tld/wordpress/ and http://www.yourdomain.tld/wordpress/index.php are the same. The only thing that would screw that up is if you have an index.htm or index.html file in the same directory as the index.php

    Thread Starter kpizme

    (@kpizme)

    The only html file in http://www.yourdomain.tld/wordpress/ is the readme file.

    davestinner

    (@davestinner)

    What is your URL?

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    In Options/General, “WordPress address (URI)” should be the directory in which all of your WordPress files are located (the directory in which the /wp-admin/ directory resides) and “Blog address (URI)” should be the URL of your blog’s index.php file.

    markmichon

    (@markmichon)

    Not familier with Windows Server, so if htaccess doesn’t exist in that realm this obviously wont work. The following will recognize index.php just like a site recognizes index.html.

    This goes at the top:

    AddType application/x-httpd-php .html .htm .php
    DirectoryIndex index.html index.php

    Thread Starter kpizme

    (@kpizme)

    Dave, the URL is http://www.kevla.net/wordpress/index.php
    Im playing with Templates now, so you may see it change

    Thread Starter kpizme

    (@kpizme)

    VERY WIERD. Index.PHP is indeed set as a default. And now everything appears to be ok. Maybe I just paniced because I see index.php was missing from the URL; ie: before the “?” variable qualifier.

    Anyway, thanks for the input…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘URL Incorrect’ is closed to new replies.