• I’ve been having some trouble since I went multi-site.

    The site works: https://www.bodhicharya.org

    But when I enter in the URL of files I know to be there, such as https://www.bodhicharya.org/judosea.jpg I get a 404 error. We are currently trying to add a video clip and I can neither see it in the post or by using the direct url. Again, just a 404 error.

    I thought It had something to do with the Redirection plugin or the W3 Total cache plugin, but both are now de-activated and the problem persists.

    Maybe something happened to the htaccess file. The contents are:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    Thanks for any light you can shed.

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘new links lead to 404 errors.’ is closed to new replies.