Skip to content

Commit

Permalink
htaccess: for consistency, use mod_php5.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Nov 1, 2012
1 parent d8d5444 commit e28bb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,6 @@ AddCharset utf-8 .atom .css .js .json .rss .vtt .xml
# php_value error_append_string " "

# Increase cookie security
<IfModule php5_module>
<IfModule mod_php5.c>
php_value session.cookie_httponly true
</IfModule>

0 comments on commit e28bb23

Please sign in to comment.