From 0ff36582ae2d59bbab4da830bdd18723d46d77b9 Mon Sep 17 00:00:00 2001 From: cweiske Date: Thu, 17 Sep 2009 12:36:21 +0000 Subject: fix bug #2834077: Patch for .htaccess on virtual masshosted apaches git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@348 b3834d28-1941-0410-a4f8-b48e95affb8f --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 53778b5..ec921fc 100644 --- a/.htaccess +++ b/.htaccess @@ -9,7 +9,7 @@ Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME}.php -f -RewriteRule ^([^/.]+)/?(.*)$ $1.php/$2 [QSA,L] +RewriteRule ^([^/.]+)/?(.*)$ /$1.php/$2 [QSA,L] -- cgit v1.2.3