]> jfr.im git - z_archive/KronOS.git/commitdiff
Adding sample Rewrite htaccess
authorJohn Runyon <redacted>
Fri, 1 Nov 2013 05:09:15 +0000 (05:09 +0000)
committerJohn Runyon <redacted>
Fri, 1 Nov 2013 05:09:15 +0000 (05:09 +0000)
htaccess.sample [new file with mode: 0644]

diff --git a/htaccess.sample b/htaccess.sample
new file mode 100644 (file)
index 0000000..981fda0
--- /dev/null
@@ -0,0 +1,5 @@
+RewriteEngine on
+RewriteBase /~jrunyon/
+RewriteCond $1 !^(index\.php|images|robots\.txt)
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^(.*)$ index.php/$1 [L]