This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Display PHP errors | |
php_flag display_errors On | |
# Enable the rewrite engine | |
RewriteEngine On | |
# Inherit the rules from the core .htaccess | |
RewriteOptions Inherit | |
#------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Windows | |
Thumbs.db | |
desktop.ini | |
# OS X | |
.DS_Store | |
.Spotlight-V100 | |
.Trashes | |
._* |