• 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

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter mikey22

    (@mikey22)

    Ok, tried that, didn’t work

    Bah, never the easy things is it. Post the Permalink structure you’re trying to use.

    If it’s /%postname%, try adding a trailing slash at the end, so it becomes /%postname%/

    If it’s still not working after that, have a look at your .htaccess again. Disable any plugins etc too. (I must sound like a broken record above disabling plugins when troubleshooting!). Gonna call it a night for the evening, so hopefully someone else chimes in if you’re still stuck.

    Thread Starter mikey22

    (@mikey22)

    Hey just when I started believing that it’s never the easy things, the simple / worked like magic! LOL!

    So all I did was add a / so it became /%postname%/ and now everything works perfectly.

    Jokes aside, I have to sincerely thankyou alism – my business was at stake here!

    :):):):):)

    Have a gr8 weekend!

    (If I don’t come back for more that is LOL)

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘Internal Server Error Help!’ is closed to new replies.