Re: Redirect base.html to index.html

2008-01-01 Thread goober
Thank you Chris, I will definitely go over the tutorial as well as reading the URL dispatch. Incidentally, I notice Apache has the mod_write URL rewriting engine. Cheers. On Dec 30 2007, 3:45 pm, SmileyChris <[EMAIL PROTECTED]> wrote: > On Dec 31, 7:03 am, goober <[EMAIL PROTECTED]> wrote: > > >

Re: Redirect base.html to index.html

2007-12-30 Thread SmileyChris
On Dec 31, 7:03 am, goober <[EMAIL PROTECTED]> wrote: > The Apache server is setup to look forhttp://localhost. I created an > index.html soft link pointing to the base.html file in the template > directory. When I bring up the browser, I get a error message "Page > not found" even though the in

Redirect base.html to index.html

2007-12-30 Thread goober
Greetings! I have Django .97 installed and I currently have a base.html in my template directory. My apache 2.2.3 default configuration is: begin snipp DocumentRoot /home/django_apps Options FollowSymLinks AllowOverride None