Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-26 Thread amar4kintu
Hello Krist, I need some more help. Following is my httpd.conf file. === ## httpd.conf -- Apache HTTP server configuration file ## # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the

Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-26 Thread Krist van Besien
On Wed, Nov 26, 2008 at 7:00 AM, amar4kintu <[EMAIL PROTECTED]> wrote: > > > I tried with url http://10.104.70.2/certilogo/index You problem is that you have your rewrites in your .htaccess. This causes internal processing to start over again after the rewrite, and this can cause loops. [L] really

Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-25 Thread amar4kintu
I tried with url http://10.104.70.2/certilogo/index Krist van Besien wrote: > > On Tue, Nov 25, 2008 at 3:04 PM, amar4kintu <[EMAIL PROTECTED]> wrote: >> >> I have my apache server setup on linux >> >> Following is the detail for httpd.conf virtual host created by me >> >> >>DocumentRoot

Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-25 Thread Krist van Besien
On Tue, Nov 25, 2008 at 3:04 PM, amar4kintu <[EMAIL PROTECTED]> wrote: > > I have my apache server setup on linux > > Following is the detail for httpd.conf virtual host created by me > > >DocumentRoot /u/certilogo/ >ServerName test.ctltest.com > >ErrorLog logs/vh/preproduzione >

[EMAIL PROTECTED] Need help regarding rewrite error

2008-11-25 Thread amar4kintu
I have my apache server setup on linux Following is the detail for httpd.conf virtual host created by me DocumentRoot /u/certilogo/ ServerName test.ctltest.com ErrorLog logs/vh/preproduzione Options Indexes FollowSymLinks MultiViews AllowOverride all Order allo