prepare 0.2.0
[awesomized/ext-ion] / docs / v0.2 / .htaccess
diff --git a/docs/v0.2/.htaccess b/docs/v0.2/.htaccess
new file mode 100644 (file)
index 0000000..aa71b43
--- /dev/null
@@ -0,0 +1,11 @@
+Options -Indexes +MultiViews +FollowSymLinks
+DirectorySlash Off
+
+RewriteEngine On
+RewriteCond %{REQUEST_FILENAME} -d
+RewriteRule ^(.+)$ $1.html [L]
+
+<Files *.php>
+    ForceType text/x-php
+    SetHandler default-handler
+</Files>