2008-11-21 18:25:23 +01:00
|
|
|
#####################################
|
|
|
|
# the first part of this file is used if you configure your scuttle for nice urls
|
2008-03-12 09:28:11 +01:00
|
|
|
# (see $cleanurls in config.inc.php)
|
2008-11-21 18:25:23 +01:00
|
|
|
#####################################
|
2008-03-12 09:28:11 +01:00
|
|
|
|
2008-04-21 10:44:44 +02:00
|
|
|
|
|
|
|
# Rewrite clean URLs onto real files
|
|
|
|
<IfModule mod_rewrite.c>
|
|
|
|
Options +FollowSymlinks
|
|
|
|
RewriteEngine On
|
|
|
|
RewriteCond %{REQUEST_FILENAME}.php -f
|
2009-02-03 11:39:01 +01:00
|
|
|
RewriteRule ^([^/.]+)/?(.*)$ $1.php/$2 [QSA,L]
|
2008-04-21 10:44:44 +02:00
|
|
|
</IfModule>
|
2008-11-21 18:25:23 +01:00
|
|
|
|
|
|
|
|
|
|
|
#####################################
|
|
|
|
# This second part is used to speed-up the application
|
|
|
|
#####################################
|
|
|
|
|
|
|
|
|
|
|
|
|