View source for Re: How to re-render all pages after a domain change?

So you haven't moved to a new server but changed the domain, right? 
In short, all you have to do, is to empty ##'body_r'## in the page table and each page get rendered again with the new domain on the next page view.

%%(sql)UPDATE prefix_page SET body_r = '';%%
In the ((/Doc/English/AdminPanel Admin panel)) you also find under //Maintenance -> Data Synchronization// the point **Wiki-links**, there you can chose the option **Re-compiling all pages** and it will re-render all pages and Wiki links again. 

file:/ap_rerender_links_en.png

But since you do not modified the table content itself, empty ##'body_r'## is enough. A simple button with an explanation doing just that, is missing. 

**Update:** A new option to reset the pre-parsing was added: //Maintenance -> Reparse all pages//
file:/ap_reparse_all_pages_en.png