Need help regarding rewrite error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux