Update htaccess to include rewrite rules for non-existing files and directories
This commit is contained in:
@@ -10,9 +10,9 @@ $config['salt'] = 'dd6c0ee59bf35b208b6d9bf42dd60769';
|
||||
$config['google-ads-id'] = 'AW-810084545';
|
||||
$config['baselinker-start'] = '2031-06-09 21:26';
|
||||
|
||||
$config['redis']['host'] = '127.0.0.1';
|
||||
$config['redis']['port'] = 44090;
|
||||
$config['redis']['password'] = 'KvCb8A3OJl3JhML1IuD51tD6q9d3TJLu';
|
||||
$config['redis']['host'] = '';
|
||||
$config['redis']['port'] = 0;
|
||||
$config['redis']['password'] = '';
|
||||
|
||||
$config['debug']['apilo'] = false;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user