Skip to content

Commit cc3eff3

Browse files
authored
Update .htaccess (#1554)
just a couple of "php5" (wrong) strings were changed to "php7"
1 parent 3cf56b5 commit cc3eff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
## you might also need to add this line to php.ini
77
## cgi.fix_pathinfo = 1
8-
## if it still doesn't work, rename php.ini to php5.ini
8+
## if it still doesn't work, rename php.ini to php7.ini
99

1010
############################################
1111
## default index file
1212

1313
DirectoryIndex index.php
1414

1515
############################################
16-
## php5 settings
16+
## php7 settings
1717

1818
<IfModule mod_php7.c>
1919

0 commit comments

Comments
 (0)