Viewing 5 replies - 1 through 5 (of 5 total)
  • @suraj jadhav

    This topic might answer your question.

    If so please take a moment to mark this topic as ‘resolved’.

    dwinden

    Thread Starter suraj jadhav

    (@suraj-jadhav)

    Hi @dewinden as I am new to WordPress backend Some of your points are out of my scope, will you please specifies this.
    1. please check the values for the options upload_path and upload_url_path as stored in the database [prefix]options table
    where should I check for that values?
    2.every other solution is out my mind will you please provide more detail or easy solution for this issue.

    @suraj jadhav

    Log into the database using phpMyAdmin (or other tool).
    Click on the wp_options table in the correct database.
    Search for upload_path and upload_url_path in the option_name column.
    Make sure the path stored in the option_value column points to the right location for these 2 options.

    Can’t make it any easier than that ??

    dwinden

    Thread Starter suraj jadhav

    (@suraj-jadhav)

    yup thanks for you help.

    Thread Starter suraj jadhav

    (@suraj-jadhav)

    solution-
    1. login to phpmyadmin
    2.In particular database select wp-option table (search for ‘wp’ according to prefix if already changed)
    3.search for upload_path option name
    4.Change the option value to new directory
    ex. /home/cpanel_id/public_html/wp-content/uploads will be /home/cpanel_id/public_html/new-directory/uploads (where new directory is user specified)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘after changing content directory, images getting upload in old directory’ is closed to new replies.