Re: The requested URL /register/ was not found on this server.
Thank you John for replying to my post. Do you think I have to reinstall everything to put Buddy Press and MU on sub domains? I chose sub directory because I didn’t know anything about wildcard DNS.
Could you tell me more by what you mean my correct positions are one level off or is there a .htaccess that can fix it so I don’t have to reinstall? here is what my .htaccess shows.
RewriteEngine On
RewriteBase /Case_study/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
SecFilterEngine Off
SecFilterScanPOST Off