From: cweiske Date: Thu, 17 Sep 2009 12:36:21 +0000 (+0000) Subject: fix bug #2834077: Patch for .htaccess on virtual masshosted apaches X-Git-Tag: v0.94~36 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0ff36582ae2d59bbab4da830bdd18723d46d77b9;p=semanticscuttle.git 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 --- 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]