On Mon, Nov 16, 2009 at 5:27 AM, J. Bakshi <joydeep@xxxxxxxxxxxxxxx> wrote: > Hello, > > RewriteBase is working perfectly OK in .htaccess but not in apache > configuration file. Do we need any special syntax to make it working in > apache configuration file ? You don't need RewriteBase in your apache configuration file. The RewriteBase directive's purpose is to solve a problem caused by the fact that URL to Filename translation has allready taken place by the time Apache gets to reading your .htaccess file. You don't have this problem with RewriteRules in httpd.conf, so there you don't need this directive. Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx