Redirects to WordPress Posts and PHP Memory
-
I’m in the process of converting a 10-year-old HTML site into a WordPress site. The old site has over 800 pages, most of which are product pages.
I’m creating a .htaccess file with 301 redirects to each of the new WordPress posts/pages. The trouble is, with over 800 redirects, I’m worried that this method will be a heavy load on the server.
Do you think it will be? I’ve never done this before.
Would it be better if I put a redirect on each individual HTML page?I’m already having problems with server capacity, getting an occasional 500 error, which my web host says is due to the site running out of PHP memory. And, at present, customers aren’t using the site–only me.
I created a custom phprc file with 128 MB limit as my web host suggested, but tonight I got the 500 error once as I worked on the site.
I’d appreciate any suggestions.
Thanks!
- The topic ‘Redirects to WordPress Posts and PHP Memory’ is closed to new replies.