Title: heartofcode's Replies | WordPress.org

---

# heartofcode

  [  ](https://wordpress.org/support/users/heartofcode/)

 *   [Profile](https://wordpress.org/support/users/heartofcode/)
 *   [Topics Started](https://wordpress.org/support/users/heartofcode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/heartofcode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/heartofcode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/heartofcode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/heartofcode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/heartofcode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Miscellaneous Settings isn’t there in WP-ADMIN](https://wordpress.org/support/topic/miscellaneous-settings-isnt-there-in-wp-admin/)
 *  [heartofcode](https://wordpress.org/support/users/heartofcode/)
 * (@heartofcode)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/miscellaneous-settings-isnt-there-in-wp-admin/#post-1309401)
 * Actually you already answered my question.
    It was in the settings media folder.
   thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Miscellaneous Settings isn’t there in WP-ADMIN](https://wordpress.org/support/topic/miscellaneous-settings-isnt-there-in-wp-admin/)
 *  [heartofcode](https://wordpress.org/support/users/heartofcode/)
 * (@heartofcode)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/miscellaneous-settings-isnt-there-in-wp-admin/#post-1309400)
 * I need to redirect my uploads to a different folder.
    I found a forum that says
   to go to the Admin Panel options->misc After reading the this forum I see that
   doesn’t exist but I also can’t find wp-admin/includes/misc.php
 * This is what I am trying to do:
 * >  1. Create a new file called path.php and paste the following code in it :
   >  <?php
   >  $p = getcwd(); echo $p; ?>
   > 2. Upload it in the folder of your webserver (remember to use the folder where
   > you want the images/files to be uploaded).
   >  3. Open the file in webbrowser 
   > for e.g. [http://www.example.com/images/path.php](http://www.example.com/images/path.php)
   > 4. Copy the path : this path is the absolute path of the images folder. **5.
   > On WordPress Admin panel; go to Options->Misc** 6. Paste the copied path in
   > the text box and save the changes.
   > From now on whenever you’ll use WordPress admin or if you’ll use any blogging
   > client then it will upload the images in the desired directory and not wp-content/
   > uploads
 * Any suggestions would be very much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)