• Hi all,

    I want to maintain WordPress website on my localhost and then upload only the files that I have updated. Reason for doing so is that my connection is sometimes slow.

    I understand that I have to install the website on my localhost first (I have done that). Are there any tools available that upload only the one or two files that have been created/modified?

    Thanks,

    Naveen

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Upload on your local installation? Or upload on your remove server?

    Thread Starter naveen73

    (@naveen73)

    Andrew,

    Sorry about that.

    I want to update certain pages (like calender, events, blogs) and then upload ONLY the newly created/modified pages, events.

    Meanwhile I am trying to install WordPress locally but getting the following error message:
    ==========================================
    Object not found!

    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

    If you think this is a server error, please contact the webmaster.

    Error 404
    ==========================================

    Just to let you know. I am using the following webpage as a guidance

    https://premium.wpmudev.org/blog/how-to-install-wordpress-locally-for-pcwindows-with-xampp/?rtruste=1&utm_expid=3606929-46.O3zA8dlfQ7OjzdOy6sld8g.1&utm_referrer=https%3A%2F%2Fwww.google.co.uk%2F

    This is what I put in my wp-config (instead of root I am using the username admin.

    ======================================

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘wordpress’);

    /** MySQL database username */
    define(‘DB_USER’, ‘admin’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ”);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    ======================================

    Please help me. Thanks!

    Naveen
    Thanks,

    Naveen

    URL not found? What is your local webserver and do you have mod rewrite turned on in you local webserever settings?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘developing on my localhost’ is closed to new replies.