AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

chatDIR is not defined
 
 
  [ # 16 ]

My .htaccess fiel in the same folder of the chat.html file show only thsi code for now:

RewriteEngine On
RewriteCond 
%{ENV:SECURE_REDIRECT} !=on
RewriteRule 
(.*) https://%{HTTP_HOST}%{REQUEST_URI} 

then I added this line:

AddType text/plain .rive 

and nothing changed.
And after renaming all files from .rive to .txt was back all right, hurrah!
Big Thanks a lot Noah !

 

 
  [ # 17 ]

Yeah looks like the root cause was probably Apache not knowing what file type to send for .rive files (Apache usually uses text/plain as the default but your server might be configured differently).

 

 < 1 2
2 of 2
 
  login or register to react