I've been holding off posting to the support forum until I really need it, but now I need it. I've successfully installed Flarum, but anything I do is followed by: "The requested resource was not found."
I've come to the conclusion that it's because of the lack of this code:
<Directory "/path/to/your/forum">
AllowOverride All
</Directory>
But I was fiddling with Wamp/Xampp all day long just to install this. Do I need to completely back track and use Wamp/Xampp to include that code? I have no idea where to put it. I also have no idea what "path/to/your/forum/" is. Is that the url or the directory of the folders that I was using on the computer rather than internet?
I am all set with mod_rewrite (I think!), but I just need that one bit of code figured out.