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
not_found_pages_404 [2017/07/19 15:11] – [Customize Error (Globally)] lucynot_found_pages_404 [2020/01/16 20:43] (current) lucy
Line 10: Line 10:
 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).  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). 
  
-{{ whitelabel404.png?600 }}+{{ lucywhitelabel.png?800 }}
  
  
Line 16: Line 16:
 ===== Customize Error (per domain)===== ===== Customize Error (per domain)=====
  
-When you save a new domain in LUCY you have the ability to define a custom 404 or homepage for that specific domain. Please click on "Not found template" within the domain setting:+When you save a new domain in LUCY you have the ability to define a custom 404 or homepage for that specific domain. Please click on "Use the custom Not found template and then save" within the domain setting:
  
-{{ custom404.png?600 }}+{{ lucydnserror1.png?800 }} 
 +Next, click on “Not Found Template” 
 +{{ lucydnserror2.png?800 }} 
 +Here you are 
 +{{ lucydnserror3.png?800 }}
  
-You will be able to set your custom 404 for this domain which will overwrite the global 404 setting. If you want to embed an image you can do this with a img tag that points to the external image on a 3rd party server (e.g. <img src=http://www.yourserver.com/img.jpg>).+You will be able to set your custom 404 for this domain which will overwrite the global 404 settings. If you want to embed an image you can do this with a img tag that points to the external image on a 3rd party server (e.g. <img src=http://www.yourserver.com/img.jpg>).
  
 If you don't want to use the global 404 template (defined under settings/not found templates), then please enable the checkbox within the custom error page: If you don't want to use the global 404 template (defined under settings/not found templates), then please enable the checkbox within the custom error page:
Line 29: Line 33:
 ===== 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.1500469905.txt.gz · Last modified: 2019/07/25 12:51 (external edit)