Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Post History
My .htaccess files doesn't seem to be doing anything. I've created one in my document root directory and put a redirect into it: Redirect 301 / https://othersite.example/ However, the redirect...
#1: Initial revision
Why isn't my .htaccess file taking effect?
My `.htaccess` files doesn't seem to be doing anything. I've created one in my document root directory and put a redirect into it: ```sh Redirect 301 / https://othersite.example/ ``` However, the redirect isn't happening. I've double checked that I have the file name correct. I can edit the `index.html` file in that directory and see changes in the page from that, so I know I'm hitting the right server. Is there something I need to do to enable `.htaccess` in Apache?