Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <error-page>
  2. <error-code>404</error-code>
  3. <location>/fourohfour.action</location>
  4. </error-page>
  5.  
  6. <error-page>
  7. <error-code>404</error-code>
  8. <location>/createpage.action</location>
  9. </error-page>
  10.  
  11. http://xxxxx/pages/createpage.action?spaceKey=experiment&title=this+does+not+exist&linkCreation=true&fromPageId=623770
  12.  
  13. sudo mv /opt/atlassian/confluence/confluence/404.vm /opt/atlassian/confluence/confluence/404.vm.original
  14. sudo nano /opt/atlassian/confluence/confluence/404.vm
  15.  
  16. <!DOCTYPE HTML>
  17.  
  18. <meta charset="UTF-8">
  19. <meta http-equiv="refresh" content="1; url=http://example.com/url">
  20.  
  21. <script>
  22. window.location.href = "http://example.com/url"
  23. </script>
  24.  
  25. <title>Page Redirection</title>
  26.  
  27. <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
  28. If you are not redirected automatically, follow the <a href='link'>http://example/url'>link to example</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement