You will need to create an alias to your Dropbox folder so those files can be accessed on your server. This can be done in httpd.conf
:
Alias /dropbox /Users/seth/Dropbox
Or you could make a direct alias to the real wp-content
folder:
Alias /wp-content /Users/seth/Dropbox/Xammp-Content/wordpress/wp-content/
Then set WP_CONTENT_URL
in wp-config.php
appropriately:
define( 'WP_CONTENT_URL', 'http://localhost/dropbox/Xammp-content/wordpress/wp-content' );
Related Posts:
- How to use live images on local install?
- WordPress PHP error handling and reporting in production environment
- Declaratively Configuring WordPress in XML or JSON or YAML
- Installation Issue WordPress locally – The file ‘wp-config.php’ already exists
- Why edits to wp-config.php must come before “That’s all” comment
- Issues copying site into local machine
- What should index.php contain on Synology NAS to get external access to WordPress to work?
- WP_SITEURL vs WP_HOME link output
- Change URL when visiting wordpress site
- Best practice for versioning wp-config.php?
- Control verbosity level of WP DEBUG?
- Password in wp-config. Dangerous?
- Turn Off Automatic Trash Deletion?
- Override the wp_siteurl and wp_home not work
- Changing WP_CONTENT_DIR and WP_CONTENT_URL in wp-config.php does not register?
- Missing a temporary folder despite settings in wp-config.php
- Generate WordPress salt
- Syntax of FS_CHMOD_DIR and FS_CHMOD_FILE
- How to combine javascript files without plugins?
- WP_MEMORY_LIMIT didn’t work in wp-config
- How to set up gmail SMTP in WordPress
- error:-Cannot modify header information – headers already sent by
- Changing HTTP URL Port
- wp-config.php file permissions
- How to update WordPress from the latest trunk
- how to use is_admin in wp-config.php
- How to change how long items are kept in the trash?
- What should be disabled to run on an internal network with no access to the Internet?
- wp-config.php being deleted
- Get WP CLI to hide debug warnings and notices in JSON output, same setting as website
- Can I configure WordPress to use postfix without a plugin?
- How can I make wordpress suppress mysql errors?
- enable SFTP via SSH keys in wordpress
- html lang=”” instead of lang=”en-us” – why?
- Why do I get a WAMP homepage when clicking on specific website’s URL on LocalHost?
- Creating the wp-config.php file manually
- What Does this Code Snippet Do?
- WP_Debug not displaying anything
- Error establishing a database connection on Installation
- Multiple wp-config.php files in one home directory
- error log cluttered with undefined DB_USER wp-admin/setup-config.php
- Multisite on localhost using xampp
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- How to stop fatal error when loading theme template file directly
- Should I change wp-config for SSL?
- Out of memory errors : how best to track them down
- DOMAIN_CURRENT_SITE constant being regularly overridden [closed]
- Redefine cookie domain for subdomains
- Multisite Create Site not working
- Error in database connection [closed]
- Update wp-config.php and lost pages
- error messages in dashboard login
- where should I write constants in wordpress?
- Autosave interval remains default despite wp-config.php defines
- Are the wordpress settings (abspath, disable core updates) added by SiteGround of any use after I’ve migrated to a different host?
- Need help fixing my wp-config file [closed]
- Why was my new WordPress installation’s config page publicly viewable when first installed?
- WP_MEMORY_LIMIT didn’t work in wp-config, only within default-constants.php
- Cookie set without HttpOnly flag
- Changing the wp-config.php broke the site
- Publishing WordPress from stage to production server
- Site lost all formatting when I attempted to migrate to Bluehost [closed]
- How can I configure an SMTP Server?
- Remote server does not read `WP_HOME` from wp-config.php when local server does
- Cannot access WordPress website from external IP while internally it is working properly [closed]
- IP addresses to block to stop WP auto-update?
- Not showing old migrated content in website
- How to rename the wp-config.php file once under version control?
- Read wp-config without loading the rest of WordPress – i.e. wp-settings, etc
- Proper way to have multiple installs with a single database
- WordPress installed on a Sub-directory
- Editing wp-config.php file asks for another installation
- Getting WordPress to work inside a rails 3 application
- Problem with new Multisite Installation
- ABSPATH not defined?
- WordPress login redirection not working on Nginx root directory
- How to re-connect WP files in lampp/htdocs to new SQL database to recover site under development
- Plesk login inaccessible after changing site URL
- Change of “home” results in timeouts (only on index.php)
- wp-config.php randomly will reset to wp-config-sample.php
- What can an attacker do if he has access to my wp-config file?
- How to fix wp-login.php gives error 500 after migration?
- Change default wordpress FS owner
- Define new constants in wp-config
- sudden changing of host IP result in crash of the site
- Can you define readability settings in wp-config.php?
- Can wp-config move cause dashboard not to load?
- Unable to change WordPress language (WordPress 4.2.2)
- PressPi (WordPress) Broken Layout
- How to change WordPress theme file path to a remote server?
- Why is WordPress not using $_SERVER[‘SERVER_NAME’] for ‘WP_SITEURL’ and ‘WP_HOME’ as default?
- WordPress Redirect on Name Change
- Is there any reason why using the same wp-config file might not work in MAMP?
- Best function/method to access wp-config?
- “Cannot modify header information” warning?
- Why would changing ports from 80 to 8080 cause wordpress to act unexpectedly?
- max_input_vars not updating through wp-config
- Disabling zlib compression and enforcing gzip
- Can WP-CLI modify database connection details in existing wp-config file?
- How to specify server path in code?