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