awmiller
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subfolder Multisite Dashboard not workingYep. That’s exactly what I get.
Forum: Networking WordPress
In reply to: Subfolder Multisite Dashboard not workingYes sir, sure did.
Forum: Networking WordPress
In reply to: Subfolder Multisite Dashboard not workingFrom a fresh install of WordPress here is what I have in my .htaccess file when I change to multi-site.
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]Forum: Networking WordPress
In reply to: Subfolder Multisite Dashboard not workingSorry to take so long to reply Ipstenu. It’s been a busy week!
After my last failure with Multisite I deleted the site and the database and built a new site. As yet I have not even tried to enable Multisite.
Before doing so I have a question. Does Multisite work when WordPress it not installed in the main directory?
I host several sites on Network Solutions and each of my sites is in a subdirectory under my hosting package.
BTW, I did not delete the 2014 theme.
Thank you in advance!
Forum: Networking WordPress
In reply to: Subfolder Multisite Dashboard not workingAfter scouring this site a bit more I decided to reinstall WordPress with a new database. This time I configured sub-domains. I have wildcard DNS in place and can ping any host within my domain, yet the website is still not responding.
While I am no WordPress expert like some of you are I have run several sites on WordPress for approximately 5 years, so I am not a total rookie.
Any advice would be greatly appreciated!