amgranad
Forum Replies Created
-
Forum: Networking WordPress
In reply to: subsite redirects to parents site without wwwHi @sewmyheadon!
Yes, it’s a multisite.
There are no redirects set in the cPanel.
This is what’s in the .htaccess
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]The permalink for the mail site is set to custom structure /%category%/%postname%/ and the subsite to day and name. Forgive me for my ignorance. I haven’t had to do it before but how do I rebuild the permalink for both sites?
I tried disabling activated plugins one at a time with no results.
Forum: Networking WordPress
In reply to: subsite redirects to parents site without wwwHi @sewmyheadon !
So if I have the full link, it goes through fine but if I remove the https://www it redirects to the wrong place. It’s supposed to go to the page with the terrier and not the girl with the bunny slippers.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import stuckHave you tried babysitting it? As in watching the whole time as it uploads? I found that it would work when I did that and it turns out there is a power saving setting for my browser plugins that was turned on. I turned it and other power saving settings on my computer and then it worked without a hitch afterwards.