1826: Trying to install reviewboard on apache with wsig into a subdir, getting 404 errors.

Xom***@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 30, 2012
What version are you running?
1.5 RC2

Below are the different configs and error pages i get
Error: 
Page not found (404)
Request Method:	GET
Request URL:	http://developer.cdp.com/
Using the URLconf defined in djblets.util.rooturl, Django tried these URL patterns, in this order:
^reviewboard/
The current URL, , didn't match any of these.

Config: 
# Extra site information.
SITE_ID = 1
SITE_ROOT = '/reviewboard/'
FORCE_SCRIPT_NAME = ''
DEBUG = True
-----------------------
Error:
Page not found (404)
Request Method:	GET
Request URL:	http://developer.cdp.com//
Using the URLconf defined in djblets.util.rooturl, Django tried these URL patterns, in this order:
^reviewboard/
The current URL, , didn't match any of these.

Config:
# Extra site information.
SITE_ID = 1
SITE_ROOT = '/reviewboard/'
FORCE_SCRIPT_NAME = '/'
DEBUG = True

What else should I try?
#1 Xom***@gmai***** (Google Code) (Is this you? Claim this profile.)
Sorry the url it is installed to is http://developer.cdp.com/reviewboard
#2 Xom***@gmai***** (Google Code) (Is this you? Claim this profile.)
Installed to subdomain instead as this seems to be an ongoing problem.
david
#3 david
  • +Component-Deployment
david
#4 david
I believe rb-site makes this much easier now.
  • +SetupIssue