• I have my main site at thepetersfamily.info, I am unable to access any of the daughter sites ex: thepetersfamily.info/sweetpea or any pages on them(including the dashboard). If I use the default permalinks I can access the posts linked off the main page, but if I turn on any of the pretty permalink settings they all quit working. and I get the following error:

    Not Found
    The requested URL /sweetpea was not found on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Additionally I have 2 more domains(jbenjimin.com and anevilplottodestroytheworld.com) that point at 2 of the blogs, they both work, but one has no images showing in the posts, and the other has a few images missing.

    I am hosting with godaddy, I know at one point I had to mess with my .htaccess but while installing owncloud, I accidentally blew-out the .htaccess and that was when stuff started to go wrong. Here is .htaccess contents I copied from the network setup page to try to fix it, but no luck.

    # BEGIN WordPress
    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]
    # END WordPress

    I’ve spent hours searching and trying solutions all over the web with no luck so I am turning to everyone here for help.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sites not accessable’ is closed to new replies.