Hello,
I think I've exhausted every avenue I can find to no avail. I am
using CakePHP to develop a site and everything has worked fine on
three development servers. I have now moved everything out to the
production host and I am receiving the error "mod_rewrite: maximum
number of internal redirects reached. Assuming configuration error.
Use 'RewriteOptions MaxRedirects' to increase the limit if
neccessary."
I've tried several combinations of tricks that are on the web and none
seem to work. I do not have write access to httpd.conf. Here's the
config that is set up for me, though:
<VirtualHost xx.xx.38.96:80>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /hsphere/local/home/mysite/mysite.com
ServerName mysite.com
ServerAlias www.mysite.com alias.hosting.com
User mysite
Group mysite
AddType text/html .shtml
AddHandler server-parsed .shtml
<IfModule mod_php4.c>
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
<IfModule mod_php5.c>
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ScriptAlias /cgi-bin "/hsphere/local/home/mysite/mysite.com/cgi-bin"
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i
\""
TransferLog /hsphere/local/home/mysite/logs/mysite.com/mysite.com
ErrorLog /hsphere/local/home/mysite/logs/mysite.com/error_log
<DIRECTORY /hsphere/local/home/mysite/mysite.com>
OPTIONS Indexes Includes ExecCGI FollowSymLinks
AllowOverride All
</DIRECTORY>
IndexOptions FancyIndexing
</VirtualHost>
All of my CakePHP .htaccess files are untouched so I won't bother
posting them. I have also confirmed that they are in the appropriate
directories.
At this point, I'm at a loss. Any help would be enormously
appreciated.
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---