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.