You are not logged in.
Pages: 1
Morning awesome people.
Is this possible? I’d like to change Weddings to Blog, but I’ve posted a fair few in weddings, which of course use the structure:
<site>/wedding/<title>
Will changing the Wedding section to Blog cause the existing URL’s to change to…
<site>/blog/<title>
… or will it know to leave those alone (and still be able to reference them)?
I suppose another idea is to leave the Section name as Weddings and just change the title to Blog?
Offline
Changing a section name will change the URLs of all articles in that section.
You can easily redirect your visitors by adding one line into the .htaccess file at your site’s root directory
Redirect Permanent /wedding/ http://example.com/blog/
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
Thanks Robert, very good point!
Offline
Pages: 1