I recently migrated Xenforo forum from Amazon AWS to Linode. I also moved all attachments and images and saved them on my server path /var/www/html/data/attachments. When I view forum images on the new server, their URLs still point back to AWS S3. I want them to point to the attachments folder on new domain, i.e http://my-new-domain/var/www/html/data/attachmments.
Xenforo image and attachement URL after Migration
297 Views Asked by Adebiyi Jakata At
1
There are 1 best solutions below
Related Questions in XENFORO
- How can I implement synchronous registration on a website and a forum by linking their databases?
- How can I modify or delete the PasswordHash class in XenForo to change the hashing algorithm?
- How can I modify or remove the PasswordHash class in XenForo to change the encryption algorithm?
- Change Home page from WordPress to Xenforo
- Perform PHP actions based on checkbox selections
- Swift_TransportException: Connection could not be established with host smtp.gmail.com :stream_socket_client(): unable to connect
- Bundling Xenforo CSS File?
- Is it possible to do multiple 301 redirects with in a php file?
- Getting an error when trying to make a resource thread with Xenforo
- Problem with sessions on nginx using xenForo
- Why does my httpurlconnection throw a 500 error?
- MySQL Query, problems with with duplicates on insert into
- htaccess to nginx url redirection script (phpbb to xenforo)
- PayPal, IPNs for Xenforo and Buttons
- XenForo 1.5 set page title with PHP
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
From the Xenforo manual regarding config.php options:
You will want to checkout the config.php and see if any non-standard options are set such as externalDataUrl or externalDataPath.
Check your redirects and make sure you didn't make a redirect in the past your forgot about