WordPress files on LightSail

0

Can I see and access WordPress files on LightSail without using the console?

gefragt vor 2 Jahren634 Aufrufe
3 Antworten
2

Hi THere

You can connect to your Linux and Unix Lightsail instances using a third-party SSH client, and connect to your Windows instances using a third-party RDP client.

See https://lightsail.aws.amazon.com/ls/docs/en_us/articles/understanding-ssh-in-amazon-lightsail

profile pictureAWS
EXPERTE
Matt-B
beantwortet vor 2 Jahren
profile pictureAWS
EXPERTE
überprüft vor 2 Jahren
0

The above guidance is helpful if you are looking to access your WordPress instance file system from outside the console. If you are interested in viewing & managing site content, you may find the guidance here helpful: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tutorial-launching-and-configuring-wordpress#signing-in-to-the-administration-dashboard

Specifically, you can follow the guidance to find your WP admin password, and login to the admin dashboard. From there, you can manage your posts and media.

AWS
MODERATOR
beantwortet vor 2 Jahren
  • Could you please help on how i can make my WordPress htaccess file writable because ssl plugin has a trouble with the file but i can't see where is httaccess file is located

0

You may also want to ssh into the instance and edit one or both of the following if you are running into trouble enabling HTTPS:

  • sudo nano /opt/bitnami/apache2/conf/bitnami/bitnami.conf
  • sudo nano /opt/bitnami/apache2/conf/bitnami/bitnami-ssl.conf

There's also a tutorial specifically for enabling HTTPS w/ WordPress in Lightsail: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-enabling-https-on-wordpress.

AWS
MODERATOR
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen