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