why you not make php file like config.php for all config setting storage -
Phpworker
Oct 16 '16 07:19
<FilesMatch "^\config.ini">
Order allow,deny
Deny from all
Satisfy All
</FilesMatch>
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</FilesMatch>