Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter g8torabsolut

    (@g8torabsolut)

    I will try that but now when I try to log into my admin section I get the following error:

    “Error 500 – Internal server error

    An internal server error has occured!
    Please try again later.”

    This happened earlier but I’ve been playing with my .htaccess file to fix the sub-category issue but now I’ve made it worse.

    What should be in my .htacess file?

    Right now I have:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress

Viewing 1 replies (of 1 total)