Kristian Matthews
Forum Replies Created
-
Forum: Networking WordPress
In reply to: network sites and main site pages dont appear (fresh install)Thanks, this is exactly what was wrong with my setup, does this open any security risks though?
Forum: Networking WordPress
In reply to: Post Pages Not CreatedI am the host. I’m running my server on a ubuntu setup.
.htaccess
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]
Forum: Networking WordPress
In reply to: Post Pages Not CreatedI understand that they are not physical pages.
I followed your instructions and it still doesn’t seem to be working.
Forum: Networking WordPress
In reply to: Post Pages Not CreatedI don’t understand what you mean? I created the .htaccess as instructed.
Also, pages don’t work.
Forum: Networking WordPress
In reply to: New Site / Existing SiteYes, similar.
Considering I previously had a few files (not many) on the site, do you think I should delete everything and start from scratch? Especially since even posts from the primary sites are not working.
Forum: Networking WordPress
In reply to: New Site / Existing SiteI edited the virtual hosts directly.
Forum: Networking WordPress
In reply to: New Site / Existing SiteOkay, so currently my sites are like this:
Sites/example/www
Sites/example/sub1
Sites/example/sub2
Sites/example/sub3So in the virtual-hosts, each would point to it’s own folder, but I should make them all point to Sites/example/www ?
I just tried this and it did not seem to work.
It also seems that links to my posts are not shown, perhaps WordPress isn’t creating the files?Forum: Networking WordPress
In reply to: MultiSite with Same UsersSure thing. ??
Forum: Networking WordPress
In reply to: MultiSite with Same UsersThank you for the help, I’m taking a look now, I may post here if I need any help, I’m fairly new to WordPress, but from what I can tell, it’s suited for what I need. Thank you for the help.
Forum: Networking WordPress
In reply to: MultiSite with Same UsersAlso, how do I deploy/install a WordPress MS setup.
Forum: Networking WordPress
In reply to: MultiSite with Same UsersI also want guests of my website be able to register and at a later date the user able to customise their account.