On Dec 6, 2007 11:01 PM, Rashmi Amlani <[EMAIL PROTECTED]> wrote:
> ok here's what I have done so far
> 1. In httpd.conf
>          I uncommented the following line:
> a.)  LoadModule rewrite_module modules/mod_rewrite.so
> b.)  set the AllowOverwrite to ALL

This must ofcourse be
AllowOverride All


> I hope this helps. What am I missing or doing wrong?

If you have access to your httpd.conf it is better to put the rewrite
rules in there. The drupal people definitely advise that (and this is
how I did it). The docs have the details.
Furthermore you need to make sure that you've set your drupal install
itself to generate "friendly URLs". You can test if your rewrite rules
work by requesting a page yourself.

For example, you can log in as admin to your site and then enter the
following in your browser's adres bar.

http://<yoursite>/drupal/admin

(This asumes that /drupal is the base url of your drupal install.). It
you get the admin site then your rewrite work, and your problem is
that Drupal isn't generating nice URLs.

Krist
-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to