aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-21 17:25:23 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-21 17:25:23 +0000
commit49dec692306e307bb6d39321e34044b0bc115284 (patch)
treef1d416555a7a11cc23338c2147385ea66919b8b3 /.htaccess
parent9d22fdc36f6257de021f36b26ce33eba99d41dc0 (diff)
downloadsemanticscuttle-49dec692306e307bb6d39321e34044b0bc115284.tar.gz
semanticscuttle-49dec692306e307bb6d39321e34044b0bc115284.tar.bz2
Minor refactoring
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@171 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess12
1 files changed, 11 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 03aea7e..cfe39b9 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,7 @@
-# this file is used if you configure your scuttle for nice urls
+#####################################
+# the first part of this file is used if you configure your scuttle for nice urls
# (see $cleanurls in config.inc.php)
+#####################################
#Options +FollowSymlinks
#RewriteEngine On
@@ -30,3 +32,11 @@ RewriteRule ^([^/]+)/?(.*) $1.php?query=$2 [L,QSA] #option 1
#RewriteRule ^([^/]+)/?(.*) $1.php/$2 [L] #option 2
</IfModule>
+
+
+#####################################
+# This second part is used to speed-up the application
+#####################################
+
+
+