w3bgrl
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forgot to mark as resolved…
Fixed! Hostgator support staff had an extra htaccess example file and replaced it. I was missing the wp-admin calls.
If anyone else has this issue, this is what they gave me:
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]HTH someone else!
Forum: Networking WordPress
In reply to: How Do I Get SubDomains and Domain Mapping to Work Properly?You must have accidentally selected Subfolders on the Network Setup rather than Subdomains.
Under the Multisite area, your code should be this:
define('SUBDOMAIN_INSTALL', true);Not
define('SUBDOMAIN_INSTALL', false);HTH!
Viewing 3 replies - 1 through 3 (of 3 total)