This topic was marked solved by its starter, on March 1st, 2014, 07:12 PM

txcas

  • Bug Zapper
  • Posts: 202
Re: Smileys are gone
« Reply #15, on March 1st, 2014, 07:11 PM »
No, I did not.  It got created automatically during the installation.  I will install another sandbox and see if I can repro.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: Smileys are gone
« Reply #16, on March 2nd, 2014, 12:56 AM »
'kay.
It's really odd... :-/
A possibility would be that your server didn't report itself as being Apache at install time.

strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') === false

If this is false, then it skips creating htaccess, because why waste disk space when these files aren't used anyway...
Of course, if Apache can't be detected, a lot of other problems could occur!