synaptic. This is not a django-specific question, but I am hopeful
that the answer will be helpful to other noobs.
Given that I have the following python script installed on my
machine:
myFooLoader.py
And I point my browser to
http://localhost/cgi-bin/path/to/foo/myFooLoader.py
to execute myFooLoader.py
Now I want configure for a default page so I can point my browser to
just
http://localhost/cgi-bin/path/to/foo
and execute myFooLoader.py - I.E. 'myFooLoader.py' is recognized as
the default page.
This entails using an .htaccess file in the same directory as the
script with 'rewriteengine on' (I don't need to use mod_python) at
this time.
I could use some examples on how to set up .htaccess to enable this.
I haven't used .htaccess since apache 1.~
URLs to relevant discussions are welcome.
thanks
--
Tim
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment