I've switched from Ubuntu to Manjaro, but I'm having a hard time enabling rewrite in Apache. I saw in a tutorial explaining, but I was in doubt of that line:
#My site mod_rewrite configuration
<Directory "/ABSOLUTE/PATH/YourSite">
AllowOverride All
</Directory>
In fact it would be more of a website, how would I do in that case? I already uncommented the line below, but it still did not work:
LoadModule rewrite_module modules / mod_rewrite.so
Would I have to install something else in Manjaro?