sah <[email protected]> writes: > Though i remove those two line it did not change anything. It works > the same as before, i get the search_form page and if i give some > value for search, I get a 404 error page saying that the page is not > available in the server. >
Then check the /var/log/apache2/error.log file on the server to see what URL is being passed. I often do a `tail -f' on that file in an xterm window so I can watch for errors. And you might want to turn up the verbosity of your server in /etc/apache2/apache2.conf - look for LogLevel: ,---- | # | # LogLevel: Control the number of messages logged to the error_log. | # Possible values include: debug, info, notice, warn, error, crit, | # alert, emerg. | # | LogLevel warn `---- -- Nick -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

