Jump to content

Recommended Posts

Posted

Hi I'm wondering if you guys can help me out with a problem. I was trying to change the permalink structure on my Wordpress blog and I was told I could edit my .htaccess file via ftp. So I used CyberDuck to get my .htaccess file, then I copy and pasted from what wordpress gave me (below) into a text file.

 

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

 

 

 

i uploaded the new text file with only the above as contents, called htaccess.txt, back up, then changed the name to .htaccess, clicked yes when it asked me to overwrite the old .htaccess file and thought I was all done. Except now my website is giving me a "500 Internal Server Error" My Website is here . Any help is much appreciated.

Posted

Welcome to the forum, jgk1013. :)

 

I see a site on that address, so it looks like it´s fixed now. If you still can´t see it try clear your cache or try with another browser and see if it then works.

Posted

thanks for the welcome. Yeah, I submitted a ticket through tech support and they fixed it for me but do you have any idea what the error might have been? I'd like to be able to fix this myself if it happens again.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...