-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thank you for your help.
I was able to load the index page of the only application I developed of my project using apache, but I needed to change some urls. I haven't yet understand this process completely. So I ask you for some 'light'. I have the project in /home/luis/myproject. Is it for a security reason that it should not be placed under htdocs? or other... 1- I run the django server and when I do http://localhost/application everything runs ok; 2- First thing I need to know is this: If it is a project with some applications, the project should have a home page. From this home page, the user can choose from running applications. In the tutorial I've read nothing about that project home page. How can I do it? Create a view under /home/luis/myproject? It didn't seem to work. 3- Or it could be an index.html file placed under htdocs, served by apache with links to 'application'. For me this solution would suit my needs at the moment, since the home page doesn't need any dynamic contents. If so, how to configure both django and apache settings? and how can I refer back to the index.html from inside any application? 4- What I have in httpd.conf is <Location "/myproject/"> as suggested in the documentation. The problem is the only way I could manage Apache to find the index page of my application was to change the urls of myproject. To access the application with apache, I need to type http:/localhost/myproject/application. From the django server, which runs from inside the project directory, if I want to load an application ~ index, I just have to type http://localhost/application! If you could show me some examples it would be very nice. Luis -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEOaLgHn4UHCY8rB8RAmFbAJ9/py27Wr8oHhwqdrPi5aQ4fwZCJgCbBzgs UKVHH9h3jFpfAuxzIcVi40c= =TzD0 -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---