How to edit .htaccess file of my wordpress in Linode Lish

Hey guys, i made a mistake by editing the .htaccess using a plugin in wordpress. Now the entire website is down. All i need is to remove one single code. But i dont have experience using Linode or Linux. So any ideas to access to .htaccess file and remove the code on Linode Lish.

1 Reply

Uhhh… with a text editor like vi(1) or nano(1):

vi <directory where your file is>/.htaccess

or

nano <directory where your file is>/.htaccess

Sounds like you're going to blow away your Linode and re-create it so, if that's the case, you don't need to do this.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct