So I'm using a .htaccess file to make it so that my html files can work as shtml files without having to have the s in then file extention. The code goes as such:
AddType text/html .shtml
AddHandler server-parsed .html
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
Now I know this isn't all that relevant to PHP, but I've been told that I could somehow use a php.ini file (I honesty don't know what that is) to work in the same mannor, and it will still allow my phpBB forum to work properly. Maybe they meant that the php.ini file would have a way to make my .htaccess file work, but all I know is that I can't have my forum and the .htaccess file working at the same time. This really hinders my website either way, so if anyone knows exacty what this person meant or what I could do, I would apreciate the help.
Thanks.