m4ry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htaccess update caused plugins to disappearResolved.
Forum: Fixing WordPress
In reply to: .htaccess update caused plugins to disappearThanks 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/Forum: Fixing WordPress
In reply to: .htaccess update caused plugins to disappearThanks 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 –
Forum: Fixing WordPress
In reply to: .htaccess update caused plugins to disappearHi 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)