On Tue, Nov 25, 2008 at 3:04 PM, amar4kintu <amar.kintu@xxxxxxxxx> wrote: > > I have my apache server setup on linux > > Following is the detail for httpd.conf virtual host created by me > > <VirtualHost 10.104.70.2:80> > DocumentRoot /u/certilogo/ > ServerName test.ctltest.com > > ErrorLog logs/vh/preproduzione > <Directory "/u/certilogo/certilogo"> > Options Indexes FollowSymLinks MultiViews > AllowOverride all > Order allow,deny > Allow from all > </Directory> > </VirtualHost> > > Following is the .htaccess file in folder /u/certilogo/certilogo/ > > RewriteEngine On > > RewriteCond %{REQUEST_FILENAME} -s [OR] > RewriteCond %{REQUEST_FILENAME} -l [OR] > RewriteCond %{REQUEST_FILENAME} -d > RewriteRule ^.*$ - [NC,L] > RewriteRule ^.*$ /certilogo/index.php [NC,L] > > I am running site using php zend framework but it gives me following error. > > mod_rewrite: maximum number of internal redirects reached. Assuming confi > guration error. Use 'RewriteOptions MaxRedirects' to increase the limit if > neccessary. > > Can any one please help me regarding this? Where the problem is? - Which URL did you request when you got this error? To know more of what is going on switch on your RewriteLog with a sufficiently high level . 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