Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter m4ry

    (@m4ry)

    Resolved.

    Thread Starter m4ry

    (@m4ry)

    Thanks for your assistance Paul. Too saucy you reckon?!
    I’ve redirected the test site so the preferred domain remains. For future reference to anyone who might be faced with a similar problem, I resolved this issue by updating my .htaccess file with the following contents;
    _____

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [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]

    <IfModule mod_headers.c>
    <FilesMatch “\.(ttf|ttc|otf|eot|woff)$”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>
    </IfModule>

    _____

    Time to fire up the grill!
    https://www.missmoonshines.com/

    Thread Starter m4ry

    (@m4ry)

    Thanks Paul, it was already all up to date with ‘Benny’ 4.0 and the plugins, just ran the wordpress update again in case but no change.

    Am wondering if the site testlink reveals more about the issue at hand – https://www.missmoonshines.com.php54-2.dfw1-2.websitetestlink.com/

    If you scroll to the bottom there are some unwanted, unformatted wordpress links displayed. This does not happen on the main domain –

    https://www.missmoonshines.com/

    Thread Starter m4ry

    (@m4ry)

    Hi Paul, thanks for your feedback. I swapped the code to be above the wordpress and re uploaded using filezilla. Unfortunately no change.

    As aforementioned, the menu and other plugins are still not showing. I can’t quite put my finger on why, or what I may have possibly overwritten in the original file, but do you think it could be worth downloading the wordpress files again and uploading fresh using ftp?
    (I thought it might be more simple than to resort to this, but will shortly do so if unresolved)

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