5 lines
153 B
PHP
5 lines
153 B
PHP
<?php
|
|
header('HTTP/1.1 301 Moved Permanently');
|
|
header('Location: https://ukaiautomation.co.uk/blog/articles/real-time-analytics-streaming-data');
|
|
exit;
|