Awesome Debbie. Thanks SO much!
@mdelassio, I changed the line which read
$got_rewrite = apache_mod_loaded(‘mod_rewrite’, true);
to read
$got_rewrite = true;
and it worked perfectly. As I understand it, you are changing a conditional statement to an absolute one by doing this.