dodwelltim
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Nothing happens after new user signs up to their own blog!sorry to be dense, but where would I find this.
As an extra I have looked at the permissions to my blog.dir directory, and it is set to 777. So that isnt the issue.
Forum: Networking WordPress
In reply to: Nothing happens after new user signs up to their own blog!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]Forum: Networking WordPress
In reply to: Nothing happens after new user signs up to their own blog!Ok, so what if Im not using subdomains?
Forum: Networking WordPress
In reply to: Nothing happens after new user signs up to their own blog!Your just showing off now! Haha
Thanks
Forum: Networking WordPress
In reply to: Nothing happens after new user signs up to their own blog!oh and if I try and add a site manually I get a server 500 error. My server providers are 1and1.
Sure this is related
Thanks
Forum: Networking WordPress
In reply to: The page isn't redirecting properlyThats Andrea – r, so I have managed to install a network successfully!
Only problem is this my homepage it blank!?
Is this a common problem?
T