Skip to content

Instantly share code, notes, and snippets.

@lucianovalenca
Last active December 6, 2020 01:19
Show Gist options
  • Select an option

  • Save lucianovalenca/990010f32e8ce6f853ded792f1353607 to your computer and use it in GitHub Desktop.

Select an option

Save lucianovalenca/990010f32e8ce6f853ded792f1353607 to your computer and use it in GitHub Desktop.
## Documentation
[Online documentation](https://docs.bitnami.com/aws/apps/wordpress/)
## Get Wordpress Password
The user is *bitnami* and to get the password, run:
`cat bitnami_credentials`
## Htaccess
By default, we disable .htaccess files for security and performance reasons. You can find more info in the link below:
https://wiki.bitnami.com/Components/Apache/htaccess_configuration4.9k
We include these files content into the htaccess.conf file. We place this file into /opt/bitnami/apps/wordpress/conf/
If you paste the code into htaccess.conf and restart Apache, the result should be the same. Note that you need to add the code between Directory tags. For example:
``<Directory "/opt/bitnami/apps/wordpress/htdocs/">
Your code
</Directory>``
## Restart servers
`sudo /opt/bitnami/ctlscript.sh restart`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment