Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you are already able to connect using SFTP. Now you just need to copy the file. Where you need to copy it depend on what you are trying to do. </p> <p>BitNami Wordpress AMI has the following directory structure (I only include the relevant directories for this question):</p> <pre><code>/opt/bitnami | |-- apache2/htdocs |-- apps/wordpress/htdocs </code></pre> <p>You mentioned that you want to www.mywebsite.com/myfile.file. If you didn't modify the default apache configuration you will need to copy file in /opt/bitnami/apache2/htdocs (this is the DocumentRoot for the BitNami WordPress AMI.</p> <p>If you want that file to be accessed from www.mywebsite.com/wordpress/myfile.file, then you need to copy it in /opt/bitnami/apps/wordpress/htdocs.</p> <p>If what you are trying to do is to manually install a theme or plugin you can follow the WordPress documentation taking into account that the wordpress installation directory is /opt/bitnami/apps/wordpress/htdocs.</p> <p>Also, you can find below some links to the BitNami Wiki explaining how to connect to the AMIs. I just include them as a reference for other users that find the same connection issues.</p> <p>Further reading:</p> <ul> <li><a href="http://wiki.bitnami.org/cloud/how_to_connect_to_your_amazon_instance" rel="nofollow">How to connect to your amazon instance</a></li> <li><a href="http://wiki.bitnami.org/BitNami_Hosting/FAQ#How_to_upload_files_to_the_server_from_Windows_machine.3f" rel="nofollow">How to upload files from Windows</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload