User Tools

Site Tools


not_found_pages_404

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
not_found_pages_404 [2017/07/19 15:07] – [Background Info] lucynot_found_pages_404 [2020/01/16 19:22] lucy
Line 8: Line 8:
 ===== Customize Error (Globally)===== ===== Customize Error (Globally)=====
  
-If you don’t want LUCY to expose itself, you can define a global custom error message in the settings under settings/whitelabel. This error message will appear as a customized 404 (not found page). You could of course also create some custom "homepage" that appears instead of an error.+If you don’t want LUCY to expose itself (e.g. when the user accesses the LUCY administration domain name or IP), you can define a global custom error message in the settings under settings/whitelabel. This error message will appear as a customized 404 (not found page).  
 + 
 +{{ lucywhitelabel.png?600 }}
  
  
-{{ whitelabel404.png?600 }} 
  
 ===== Customize Error (per domain)===== ===== Customize Error (per domain)=====
Line 28: Line 29:
 ===== Issues ===== ===== Issues =====
  
-If you create a campaign using an IP address instead of domain then the 404 page will not be displayed if the user enters the URL to the document root directory (e.g. http://91.228.11.25/)+The 404 pages only work with domain names, not IP's 
 + 
 + 
 +===== Create an "error" page that redirect the user to a different website ===== 
 + 
 +If you want to display an error for few seconds and then redirect the user to an existing website, you could save a html header in the not found template. In this case the user gets redirected to www.example.com after 3 seconds: 
 + 
 +  <!DOCTYPE HTML> 
 +  <html lang="en-US"> 
 +  <head> 
 +  <meta charset="UTF-8"> 
 +  <meta http-equiv="refresh" content="3; url=http://example.com"> 
 +  </head> 
 +  <body> 
 +  This is an error pageIf you are not redirected automatically, follow this <a   href='http://example.com'>link to example</a>. 
 +  </body> 
 +  </html>
  
not_found_pages_404.txt · Last modified: 2020/01/16 20:43 by lucy