Wierd problems installing bbPress
-
I’m trying out bbPress, completely clean install, nothing fancy, my own machine with apache 2.2
Installation goes through without any problems, config file gets created, database gets filled.
When I trying to log on first time, the login page redirects me to incorrect location:
“POST /bb/bb-login.php HTTP/1.1” 302 –
“GET /bb/bb/ HTTP/1.1” 404 279
As can be seen, “bb” (the name of installation subdirectory) appears twice.
Lets work around the error by correcting the url manually in the browser:
“GET /bb/ HTTP/1.1” 200 3356
The forum appears to work fine, however attempt to click the “Admin” link (by the only existing, key master user) leads to even more peculiar behavior:
“GET /bb/bb-admin/ HTTP/1.1” 302 –
“GET /bb/ HTTP/1.1” 200 3356
As can be seen, server immediately redirects access back to the starting page (the correct one, unlike the “login” redirect).
Does anybody have any idea what can it be?
- You must be logged in to reply to this topic.