5402e624e2
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@245 b3834d28-1941-0410-a4f8-b48e95affb8f
22 lines
534 B
ApacheConf
22 lines
534 B
ApacheConf
#####################################
|
|
# the first part of this file is used if you configure your scuttle for nice urls
|
|
# (see $cleanurls in config.inc.php)
|
|
#####################################
|
|
|
|
|
|
# Rewrite clean URLs onto real files
|
|
<IfModule mod_rewrite.c>
|
|
Options +FollowSymlinks
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME}.php -f
|
|
RewriteRule ^([^/.]+)/?(.*)$ $1.php/$2 [QSA,L]
|
|
</IfModule>
|
|
|
|
|
|
#####################################
|
|
# This second part is used to speed-up the application
|
|
#####################################
|
|
|
|
|
|
|