Re: Django.cgi on Linux Hosting

2008-05-06 Thread Seamus
Hey Aldo, I just stumbled across this thread. Just looking at your django.cgi script i reckon musicisc maybe should be musicischarity as in sys.path.append("/hsphere/local/home/musicisc/Django-0.96") should be sys.path.append("/hsphere/local/home/musicischarity/ Django-0.96") just going on the

Re: Django.cgi on Linux Hosting

2008-04-15 Thread Aldo
Thanks for your help on this Karen, Its apache returning the 404. So as i suspected the rewrite rules are not working for some reason. Yes admin is in the urls. Sure the rewrite rules - rewrites www.musicischarity.com to www.musicischarity.com/home so it really should be working off the bat.

Re: Django.cgi on Linux Hosting

2008-04-14 Thread Karen Tracey
On Mon, Apr 14, 2008 at 3:41 AM, Aldo <[EMAIL PROTECTED]> wrote: > Yes, so thats fair enough - it just means that maybe MAYBE the dj > script is being called - but when i access it via www.gfdfdf.com/admin/ > it gives me a 404 > (You've switched from http://www.musicischarity.com to

Re: Django.cgi on Linux Hosting

2008-04-14 Thread Aldo
Yes, so thats fair enough - it just means that maybe MAYBE the dj script is being called - but when i access it via www.gfdfdf.com/admin/ it gives me a 404 On Apr 11, 4:28 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Fri, Apr 11, 2008 at 9:28 AM, Aldo <[EMAIL PROTECTED]> wrote: > > > Fair

Re: Django.cgi on Linux Hosting

2008-04-11 Thread Karen Tracey
On Fri, Apr 11, 2008 at 9:28 AM, Aldo <[EMAIL PROTECTED]> wrote: > > Fair point. > > My problem is - Initially i created my index.html in the root(DOCUMENT > ROOT). > Now I have downloaded Django as described - put it in my root. > I have created my .htaccess files as > RewriteEngine on >

Re: Django.cgi on Linux Hosting

2008-04-11 Thread Aldo
Fair point. My problem is - Initially i created my index.html in the root(DOCUMENT ROOT). Now I have downloaded Django as described - put it in my root. I have created my .htaccess files as RewriteEngine on RewriteRule ^cgi-bin/ - [L] RewriteRule ^media/ - [L] RewriteRule ^(.*)(/)$

Re: Django.cgi on Linux Hosting

2008-04-11 Thread Karen Tracey
On Fri, Apr 11, 2008 at 6:48 AM, Aldo <[EMAIL PROTECTED]> wrote: > > Hi folks I have a linux hosting account with digiweb. I want to run my > django app on it - but am running into problems. > > > http://care.register365.com/index.php?_m=knowledgebase&_a=viewarticle=110=0,21 > >

Django.cgi on Linux Hosting

2008-04-11 Thread Aldo
Hi folks I have a linux hosting account with digiweb. I want to run my django app on it - but am running into problems. http://care.register365.com/index.php?_m=knowledgebase&_a=viewarticle=110=0,21 http://seamusc.com/blog/2007/jun/11/how-get-django-working-digiwebie-using-djangocgi/ I am