Setting up redirects from non wordpress
-
Hi, we are rebuilding our site which was built on WordPress.
The old permalink structure was /%post_id%/
%postname%/The new site is a custom build (not Wordpress), however, we are using WordPress for blog posts. The URL structure is www.customewebsite/blog/
As the custom site is not WordPress, we do not know how to create a redirect to push the WordPress url /%post_id%/ to the /blog section of the new site. What we currently get is page not found.
Can anyone help with the htaccess redirect code?
Many thanks one and all.
-
Are you installing WordPress on the subfolder of '/blog'? Or hoping to feed the posts from WordPress > the /blog page?
-
Hi Mcncil,
Wordpress is installed in a folder /blog
regards T