Remove production .htaccess file from repo

This commit is contained in:
2012-01-09 02:49:57 +00:00
parent c4385346fd
commit 2a7c4ef8a5
2 changed files with 2 additions and 16 deletions

2
public/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.htaccess

View File

@@ -1,16 +0,0 @@
SetEnv HOMEPAGE_CONFIG /home/ben/projects/homepage/private/config.php
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /~ben/homepage/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(ajax/.*)$ a.php?l=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?l=$1
</IfModule>