##################################### # 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 Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^([^/.]+)/?(.*)$ $1.php/$2 [QSA,L] ##################################### # This second part is used to speed-up the application #####################################