OpenWestConference/opencfp-vote/master/web/.htaccess
php_value default_charset "utf-8"
php_value mbstring.http_input "UTF-8"
php_value mbstring.http_output "UTF-8"
php_value mbstring.internal_encoding "UTF-8"
php_flag mbstring.encoding_translation 1
php_value mbstring.func_overload 2
#### EXTENSIONLESS PHP FILES ####
RewriteEngine On
RewriteRule ^(vote/category)/[A-Z][A-Za-z/]+$ vote/category.php [L]
RewriteRule ^(vote)/[A-Z][A-Za-z/]+$ vote/category.php [L]
RewriteRule ^((.*/)?[^/.]+)$ $1.php [L]
On Github License
Files
Download PDF of Htaccess file