From 844acb217d71ab4052e99bcd385a23996d3506e7 Mon Sep 17 00:00:00 2001 From: ischommer Date: Sat, 21 Nov 2009 00:42:47 +0000 Subject: [PATCH] MINOR: Updating mergeinfo to ignore mergebacks git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@92439 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 25 +++++++++++++------------ mysite/_config.php | 37 +++++++++++++++++++------------------ 2 files changed, 32 insertions(+), 30 deletions(-) diff --git a/.htaccess b/.htaccess index 4295431..ac3d246 100644 --- a/.htaccess +++ b/.htaccess @@ -1,15 +1,16 @@ ### SILVERSTRIPE START ### - -Order deny,allow -Deny from all -Allow from 127.0.0.1 - - -RewriteEngine On - -RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$) - -RewriteCond %{REQUEST_URI} ^(.*)$ -RewriteCond %{REQUEST_FILENAME} !-f + +Order deny,allow +Deny from all +Allow from 127.0.0.1 + + +RewriteEngine On +RewriteBase /phpinstaller-trunk + +RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$) + +RewriteCond %{REQUEST_URI} ^(.*)$ +RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] ### SILVERSTRIPE END ### \ No newline at end of file diff --git a/mysite/_config.php b/mysite/_config.php index ba9066a..e7e2548 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -1,18 +1,19 @@ - \ No newline at end of file