also don't forget, if you will be running on port 8000 you should be accessing it at http://davidscommunity.community.com:8000 Also I think it's not supported to use wildcards in linux. And I usually use the same url except for .com to .dev in my hosts for most of my dev stuff.
On Aug 16, 5:06 am, Kenneth Lundström <[email protected]> wrote: > Hello David, > > > When I try and enter a URL like > > "http://mycommunity.127.0.0.1:8000/mm_beta_1/default/index" where > > mycommunity is actually a parameter specifying which community > > The problem is that the browser does not understand a address like > subdomain.127.0.0.1, you have to fool the operating system when testing > subdomains. > > On Windows look at the file hosts in c:\windows\system32\drivers\etc or > /etc/hosts on linux. > > Put a new line for every subdomain you want to test: > 127.0.0.1 kennethscommunity.community.com > 127.0.0.1 davidscommunity.community.com > 127.0.0.1 joescommunity.community.com > > you can t use a wildcard, I think. > > Now if you try to reachhttp://davidscommunity.community.comyou should arrive > at your site. I have not done this myself but I m pretty sure it should work. > > Kenneth > > to operate o > > > > > n, I get page not found errors. > > > On Aug 14, 6:35 pm, Lasiaf<[email protected]> wrote: > > >> No, its not opensource. > > >> On Aug 13, 12:56 pm, Bruno Rocha<[email protected]> wrote: > > >>> Thats opensource? > > >>> 2010/8/13 Lasiaf<[email protected]> > > >>>> maybe when you tried it, the version I uploaded was the one with > >>>> invalid routes(maybe development mode). > >>>> I can't think of any reason why would it fail. Also can you answer my > >>>> first and 3rd questions? > >>>> Thanks > > >>>> On Aug 13, 12:55 am, mdipierro<[email protected]> wrote: > > >>>>> I fill the registration form and shows me the registration form again. > >>>>> No message. > > >>>>> On Aug 12, 7:49 pm, Lasiaf<[email protected]> wrote: > > >>>>>> I actually used rpx first, but I didn't like it much, so I used google > >>>>>> account login but then I didn't like it too much too. hehe so I > >>>>>> decided to use the default one from web2py. > >>>>>> How can you not login? Do you just post and no errors and going back > >>>>>> to same page? > > >>>>>> On Aug 12, 4:14 pm, mdipierro<[email protected]> wrote: > > >>>>>>> I cannot login. I suggest you use RPX > > >>>>>>> On Aug 12, 1:17 pm, Lasiaf<[email protected]> wrote: > > >>>>>>>> Hi, > > >>>>>>>> I would like to share my 2nd app using web2py, its > > >>>> atwww.wikiyou.org. > > >>>>>>>> It is like wikipedia about us and you can create your own subdomain > >>>>>>>> usernames like having your own username.wikiyou.org. I actually > > >>>> have a > > >>>>>>>> PHP/MySQL version using Zend Framework before, but I decided to > > >>>> port > > >>>>>>>> it to web2py and having more features than before. > >>>>>>>> Also I have few questions on how to resolve some things. > > >>>>>>>> First. > >>>>>>>> Is there a way to add attributes using the MENU() helper in anchor > >>>>>>>> tags? like I want to add rel="nofollow" in there. > > >>>>>>>> Second. > >>>>>>>> This might not be web2py related, but gae, on gae they don't > > >>>> support > > >>>>>>>> naked domains so when you go towikiyou.org it will be no page > > >>>> found. > > >>>>>>>> I already followed and added some of appengine groups to fix it, > > >>>> but > > >>>>>>>> no luck, the domain is in enom. So I added @www.wikiyou.org > >>>>>>>> URL_REDIRECT type. cause I can't add empty. > > >>>>>>>> Third. > >>>>>>>> Is there like a way to know if i'm on a development server and > >>>>>>>> production? starting from routes.py so I could change settings > >>>>>>>> depending on my env info? even a single switch somewhere will help. > > >>>>>>>> Thanks > > >>> -- > > >>>http://rochacbruno.com.br

