From b08703c552afc60caa42e4aad2a8d756dd75fca6 Mon Sep 17 00:00:00 2001 From: Michael Hausenblas Date: Sat, 4 Aug 2012 19:11:01 +0100 Subject: [PATCH] updated rewrite --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index c83f5c9..354ab97 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ RewriteEngine on -RewriteRule ^execute$ http://140.203.155.169:6969/execute -RewriteRule ^share$ http://140.203.155.169:6969/share +RewriteRule ^execute$ http://140.203.155.169:6969/execute [P] +RewriteRule ^share$ http://140.203.155.169:6969/share [P] RewriteRule ^/q/.*$ http://140.203.155.169:6969/q/$1 [L] \ No newline at end of file