From 1a4e331dba375fcc9cca913241c0907a66c280d2 Mon Sep 17 00:00:00 2001 From: natuk Date: Tue, 9 Jun 2015 11:12:05 +0100 Subject: [PATCH] Corrected redirection to lob --- lob/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lob/.htaccess b/lob/.htaccess index 3df8a65ea..d703fe61a 100644 --- a/lob/.htaccess +++ b/lob/.htaccess @@ -1,2 +1,2 @@ RewriteEngine on -RewriteRule (.*) http://www.ligatus.org.uk/$1 [R=303,L] +RewriteRule (.*) http://www.ligatus.org.uk/lob/$1 [R=303,L]