Updating branch refs/heads/master
         to a4c0b0c6d4d572b22e46ccde9ad17696f3302b25 (commit)
       from 2da2ebe22d91a2dc28989268344896af5d039afc (commit)

commit a4c0b0c6d4d572b22e46ccde9ad17696f3302b25
Author: Nick Schermer <[email protected]>
Date:   Mon Aug 29 11:20:56 2011 +0200

    Add htaccess.

 .htaccess |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..ff20c36
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,10 @@
+<IfModule mod_rewrite.c>
+       RewriteEngine On
+       RewriteBase /
+
+       RewriteCond %{REQUEST_URI} !/archive/
+       RewriteCond %{REQUEST_FILENAME} !-f
+       RewriteCond %{REQUEST_FILENAME}index.html !-f
+
+       RewriteRule ^(.*)$ index.php
+</IfModule>
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to