summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 77ad71ee..24bfe9be 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,6 +3,9 @@
SetEnv HTTP_MOD_REWRITE On
+ # Uncomment this line depending of your Apache configuration
+ # RewriteBase /
+
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]