While I don't know the details, I do know that use of .htaccess files (and I'm pretty sure there are two "c"s, as I have it, but at lest in your email, you have one) must be explicitly enabled in apache's configuration. That's because checking for .htaccess files in every directory slows apache down. See: http://httpd.apache.org/docs/current/howto/htaccess.html
On Thu, Jun 27, 2013 at 6:06 AM, Sheila <from.d.putto@gmail.com> wrote:
Following the django book https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache I am trying to deploy my project on shared host.To try it first I am using a virtual Ubuntu 10.04 server. In my server user can access http://localhost/~USER/ and if I put any html in /home/user/public_html it can be access.But the method in the book using .htacess and fastcgi do not work. I am suspecting that my apache2 configuration is wrong.Can someone tell me what do I need to change in my apache2 configuration to set up share hosting?? I am new to apache2 :(--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment