• Hi I’ve recently attempted to publish my site. My problem is that my url purchased through my host will not display my site without using wordpress.com after the original address. I would like to have the original url as my blogsite without using wordpress.com. The hosting company tells me I must uninstall wordpress and redo the settings. Does anyone have any insight into this so they can spell out how exactly to accomplish this without creating a diaster.

Viewing 15 replies - 1 through 15 (of 15 total)
  • So you purchased a domain. And you have now purchased a hosting plan. You also have a wordpress.COM blog. But now you want to install WordPress on your own domain, correct?

    Ask your hosting company for their name servers, then visit your domain registrar and make sure the name servers for your domain are set to the values your host provides. Once that is done you may have to wait 8-72 hours for those name servers to proprogate across the internet.

    Then go install WordPress on your hosted domain.

    If you have more questions please provide this information:
    Who is your domain registrar?
    Who is your host?
    What is your domain name?

    Thread Starter flyingfish

    (@flyingfish)

    I think you are understanding me. I just want my url as follows http://www.globaldrug debate.com, the url I purchased from godaddy.com. My url with the worpress installed in my host root directory is http://www.globaldrugdebate.com/worpress. I’d like to keep the original url. Therefore I must put wordpress I a subdomain, is what the host has indicated.

    To make WordPress available at http://www.globaldrugdebate.com just change in Settings->General, the Blog address (URL) to http://www.globaldrugdebate.com (leave the WordPress Address as is) and put this index.php file in your web-root folder (it is the same folder that contains the wordpress folder)

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wordpress/wp-blog-header.php');
    ?>

    Then update your permalinks in Settings->Permalinks.

    Thread Starter flyingfish

    (@flyingfish)

    Thanx MichaelH I’ll let you know how that goes for me!!

    Thread Starter flyingfish

    (@flyingfish)

    MichaelH I did exactly what you instructed me to do with regard to your last post. However the page still does not load the blog. My host told me that my web root folder is my url. Using FTP I uploaded the index.php file to my url, then updated my permalinks, still to no avail. Is it possible that I must download wordpress completely an then upload it to a subdomain? If so how can I accomplish this?

    Are you sure the index.php in your html folder is exactly as I described above?

    I’d guess you copied the index.php from something like the themes/default folder and that would be wrong!

    Thread Starter flyingfish

    (@flyingfish)

    I copy and pasted it created a file and FTP it. Correct?

    Yes but the error Fatal error: Call to undefined function get_header() in /home/content/r/a/g/ragingbull4/html/index.php on line 1 is a result of something incorrect in the index.php file that is in your web-root folder.

    Delete what is there, then upload the file from your local machine after you check that the copy on your local machine is correct as I described above.

    Thread Starter flyingfish

    (@flyingfish)

    I have a larger problem now, after being given a code from godaddy I uploaded it and went into permalinks and I beleive that I erased the /wordpress from the wrong url. My site is now displaying in a white background and I cant’t access the wp-admin to fix problem. Any ideas?

    Thread Starter flyingfish

    (@flyingfish)

    I have disabled my /wordpress url and cannot get into my wp-admin and my site is not displaying the theme. How do I using the host go into my database to restore my /wordpress url? Hopefully there is a method!!!

    Thread Starter flyingfish

    (@flyingfish)

    Thanx for the url MichaelH, I was able to restore the /wordpress from the back door. Now I’ll take my time and go back to some of the earlier instructions you gave me and bring my initial request to fruition. Thank-you again

    I’m having the same original question. But unsure how to do this::

    “put this index.php file in your web-root folder (it is the same folder that contains the wordpress folder)

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wordpress/wp-blog-header.php’);
    ?>
    Then update your permalinks in Settings->Permalinks.”

    I’m on godaddy as well.

    Thanks.

    Google for “what is web root folder”. That should explain it.

    Thread Starter flyingfish

    (@flyingfish)

    Resolved thanx MichaelH and members!!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘WordPress in Own Directory’ is closed to new replies.