Goonar
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subdirectory dashboards not workingThat’s the issue and I’m not giving it it’s own directory. It doesn’t work whether I put it in /0000 or its parent directory. Is it possible something went wrong with WordPress during the installation? Seems like a rare oddity…
Forum: Networking WordPress
In reply to: Subdirectory dashboards not workingAh, makes sense!
When I go to Network Setup, it gives configurations steps of what to put in my wp-config and htaccess. There is where it says that the two files are located in two different places.
Here’s a screen shot for clarification: http://screencast.com/t/qzEdRb5bA
Forum: Networking WordPress
In reply to: Subdirectory dashboards not workingWhich … it?
Not following what you’re asking here.
Here is my wp-config multisite section:
/* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', '0000.pharmacyne.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);Thanks
Forum: Networking WordPress
In reply to: Subdirectory dashboards not workingSorry, should’ve read over. I created a subdomain in GoDaddy and installed the WP into 0000.mydomain.com. The links I was provided by wordpress to access my wp-admin’s were as such:
0000.mydomain/v1/wp-admin
0000.mydomain/v2/wp-admin
0000.mydomain/v3/wp-adminall of which give me an error 500.
0000.mydomain.com/wp-admin does work.
That’s actually what my htaccess looks like. It’s what was there after my initial WP installation.