diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-04 20:22:53 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-04 20:22:53 -0400 |
commit | 0e9ce0122646a74de3288fec457f6e148b5f31f8 (patch) | |
tree | f9b3dbdceb6cfeca50af319eaab55bda85a9d185 | |
parent | 09dfe32eb6b538225686fd6ed0220240010bc574 (diff) |
stop tracking .htaccess, add htaccess.sample
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | htaccess.sample (renamed from .htaccess) | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ msg/* +conf.php + +.htaccess + *.bak *~ -conf.php diff --git a/.htaccess b/htaccess.sample index ce311c9..2d02268 100644 --- a/.htaccess +++ b/htaccess.sample @@ -1,6 +1,6 @@ <IfModule mod_rewrite.c> RewriteEngine On - RewriteBase /1/frc1024mail/ + RewriteBase /messagemanager/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d |