• Resolved tom-kroscavage

    (@tom-kroscavage)


    My site just crashed after I installed a plug-in. I renamed the plug-in then removed it and my site is still down.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tom-kroscavage

    (@tom-kroscavage)

    The last thing I did was created a page called links I added this code to the page <body> [wplinkdir] </body>. I was trying to do what I read on this page https://www.seanbluestone.com/wp-link-directory

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    Here is my htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>RewriteEngine On
    RRewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I found the page I created and deleted it. Still no website.

    Thread Starter tom-kroscavage

    (@tom-kroscavage)

    I renamed my htaccess to htaccess.txt and it fired right up. Why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘500 Internal Server Error’ is closed to new replies.