Re: BuddyPress pages not working –> http://xxx.xxx.xx.xxx/members/admin/profile/public/, etc.
Here are example lines from my error log and access log (IP numbers obfuscated for security):
Error log:
`[Tue Mar 08 14:25:49 2011] [error] [client 123.456.789.0] File does not exist: /data01/home/username/production/wp/members, referer: http://098.765.43.210/`
Access log:
`123.456.789.0 – – [08/Mar/2011:14:25:49 +0000] “GET /members/admin/profile/ HTTP/1.1” 404 300`
With Permalinks set to “Month and Name”, a hit to the hello world blog post for this install generates the following error and access log entries:
Error log:
`[Tue Mar 08 14:38:48 2011] [error] [client 123.456.789.0] File does not exist: /data01/home/username/production/wp/2011, referer: http://098.765.43.210/`
Access log:
`123.456.789.0 – – [08/Mar/2011:14:38:48 +0000] “GET /2011/03/hello-world/ HTTP/1.1” 404 298`
Setting the Permalinks to “Day and Name” gives this:
Error log:
`[Tue Mar 08 14:35:02 2011] [error] [client 123.456.789.0] File does not exist: /data01/home/username/production/wp/2011, referer: http://098.765.43.210/`
Access log:
`123.456.789.0 – – [08/Mar/2011:14:35:02 +0000] “GET /2011/03/05/hello-world/ HTTP/1.1” 404 301`