Internal Server Error Help!
-
I installed the plugin TinyMCE-Advanced and it works it’s an awesome editor!
The only problem is that when I try to view my website now it just give me the “Internal Server Error”
(but phewf luckily I can still access wp-admin!!!)
How do I fix this?
oh yes and here’s my htaccess which looks to me like it was not tampered with:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The topic ‘Internal Server Error Help!’ is closed to new replies.