htaccess error – Internal Service Error
-
if you go to my website, there is an “Internal Service Error”. I contacted my hosting service (godaddy) and they told me:
“Unfortunately, we cannot
provide instructions or troubleshooting for .htaccess files, but it
appears that this is causing the error.”So I ftp’d into my server and had a look at the .htaccess file, but I don’t know what I am looking for… here is what I found:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
&$3=$4&$5=$6&$7=$8 [QSA,L]
</IfModule>
# END FAlbumDoes anybody know what this file is supposed to have in it? Can I rebuild it? Any help is much appreciated, thanks.
-Matt Coneybeare
- The topic ‘htaccess error – Internal Service Error’ is closed to new replies.