Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter suzebiz

    (@suzebiz)

    Somehow I fixed the problem.

    I read that you should add this text to the htaccess file but then that it was the same location as the wp-config.php file, so I added it to the wp-config.php file.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]

    I GOT ANOTHER ERROR MESSAGE….. SO I WENT BACK AND DELETED THIS CODE.

    As soon as I deleted the code, for some strange reason, it worked.

    Thanks for your offering assistance until the problem was resolved.

    Thread Starter suzebiz

    (@suzebiz)

    Yes, I have enabled permalinks, which is why the url is laid out like that rather than numbers or any other format. As far as an .htaccess file, I didn’t see one on the server so I’m searching in the WordPress editor. I don’t see one anywhere in either place. Where else should I look?

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)