![]() |
Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
|
|
#1 |
|
Senior Member
Регистрация: 06.07.2006
Сообщений: 113
|
Typo3 v.4.0.1
RealURL 1.1.1 (1.1.2 тоже самое) Apache (для virtualhost): Код:
RewriteEngine On
RewriteRule ^/typo3$ - [L]
RewriteRule ^/typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* /index.php
Код:
config.simulateStaticDocuments = 0 config.baseURL = http://sitemane config.tx_realurl_enable = 1 PHP код:
В итоге 500-я ошибка, на что апач говорит: Код:
[error] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [debug] r->uri = /php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/php/php-cgi.exe/index.html ... redirected from r->uri = /php/php-cgi.exe/index.html redirected from r->uri = /index.html подскажите, где копать?
__________________
wbr, OpTi Последний раз редактировалось OpTi; 06.10.2006 в 16:09 |
|
|
|