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?
Thanks.
Amar.
--
View this message in context:
http://www.nabble.com/Need-help-regarding-rewrite-error-tp20681744p20681744.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
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]