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
This commit is contained in:
cweiske 2009-09-17 12:36:21 +00:00
parent 9ca54929ce
commit 0ff36582ae

View file

@ -9,7 +9,7 @@
Options +FollowSymlinks Options +FollowSymlinks
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_FILENAME}.php -f RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^/.]+)/?(.*)$ $1.php/$2 [QSA,L] RewriteRule ^([^/.]+)/?(.*)$ /$1.php/$2 [QSA,L]
</IfModule> </IfModule>