diff --git a/.htaccess.sample b/.htaccess.sample
new file mode 100644
index 0000000..33cdd17
--- /dev/null
+++ b/.htaccess.sample
@@ -0,0 +1,17 @@
+
+ RewriteEngine On
+
+ RewriteCond %{REQUEST_URI} ^system.*
+ RewriteRule ^(.*)$ /index.php?/$1 [L]
+
+ RewriteCond %{REQUEST_URI} ^application.*
+ RewriteRule ^(.*)$ /index.php?/$1 [L]
+
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteRule ^(.*)$ index.php?/$1 [L]
+
+
+
+ ErrorDocument 404 /index.php
+
diff --git a/application/config/config.sample.php b/application/config/config.sample.php
new file mode 100644
index 0000000..35e6a32
--- /dev/null
+++ b/application/config/config.sample.php
@@ -0,0 +1,362 @@
+