add to git ignore .htaccess

This commit is contained in:
Tienan Chen 2013-10-18 11:23:29 +08:00
parent d1b39c9f42
commit 99b1f3188c
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
RewriteEngine on
#enables you to access PHP files with HTML extension
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^$ php-version/index.php [L]
RewriteRule ^(.*)\.html$ php-version/$1.php [NC]