bobocheez
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Networking WordPress
In reply to: Domain mapping plugin that works with HostGator?I figured it out thanks.
The instructions were a bit confusing for a newbie like me.Forum: Networking WordPress
In reply to: Restrict plugins that registered user can useThat hides all of them.
I found this though, which works well:
http://wordpress.org/extend/plugins/restrict-multisite-plugins/Forum: Networking WordPress
In reply to: Files not created even when permissions = 777Thanks for the update.
How did you determine this, if you don’t mind me asking.Forum: Networking WordPress
In reply to: Files not created even when permissions = 777Forum: Networking WordPress
In reply to: Files not created even when permissions = 777Should there be other files/folders in blogs.dir? It’s empty on the server.
I’m using the subdomain installation type and the .htaccess contains the lines from the Tools >> Network menu in the admin dashboard.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]
Viewing 5 replies - 1 through 5 (of 5 total)