Mobile app version of vmapp.org
Login or Join
Rivera981

: Website migration from WordPress to a static site and doing 301 redirects without access to existing site? Currently working on a project that is a hosted on WordPress that is being migrated

@Rivera981

Posted in: #301Redirect #Migration #Wordpress

Currently working on a project that is a hosted on WordPress that is being migrated to a static site. However I presently do not have access to the existing site as it's managed by another developer. The concern is not the lack of having access to content as the site owner has generated very little content (reason for migration) and we were able to do this manually. Rather the concern is to do 301 redirects.

The site will not change domains but URLs such as from example.com/?page_id=3 to example.com/services. To add, the site is migrating to new server using same domain name. I thought maybe this could be done via editing permalinks prior to migration and WordPress would update automatically if configured to write on server. But if not configured (as this is not always the case) I do not have htaccess to fix it in case there are suddenly a bunch of 404 errors for every page.

Really could use some help on the best procedure to follow in this case. This is the first migration project I've worked on.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rivera981

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

If you migrate from a web host to another and you keep your domain name, try to update permalinks properly (via WordPress admin) after uploading the new site. WordPress should update permalinks and 301 redirect automatically URLs (for instance from example.com/?page_id=3 to example.com.services).

If WordPress doesn't apply 301 redirects, you will be obliged to use an .htaccess file to manually apply 301 redirects from old URLs to the new ones, there is no other option to keep SEO value of your old site.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme