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:
parent
9ca54929ce
commit
0ff36582ae
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue