Hello, I’ve moved my wordpress site from domain.com/mobile to domain.com. For this work, I want:
This is my nginx rule:
location ~ ^/mobile/ {
rewrite ^/mobile/(.*?)$ https://domain.com/$1 permanent;
}
This worked with:
Anyone have suggest to help me solve this problem (not redirect domain.com/mobile to domain.com)?
Thank you very much!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @hanthienhai-e9c56990-88fa-436e-a539-24b3cc74e17e,
I’ll suggest fixing your internal links rather than using Nginx for this job. Make your WordPress website work with domain.com and all internal links will work as they are supposed to.
I’ll suggest you check the following plugin:
https://wordpress.org/plugins/wp-migration-duplicator/
It should allow you to migrate your WordPress website from domain.com/mobile to domain.com. Don’t forget to take a Snapshot of your Droplet prior to this action just in case something goes wrong:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.