Confluence Recently Updated not Updating
Ran into this issue where the section on the main page called Recently Updated was not updating.
The solution was to go into Administration -> Content Indexing and Rebuild the Index.
The official instructions for Confluence is that if that does not work, then remove the <confluence-home>/index directory, restart the application server and then rebuild [...]
Using .htaccess to Redirect a Single Webpage
This will be a very simple entry. If you need to redirect one web page to another web page and desire to get a 301 redirect, you simply add one line to the .htaccess file.
Redirect 301 /old.php http://domainname.com/new.php
If you do not have an .htaccess file, simply create the file in the directory that holds [...]