Показать сообщение отдельно
Старый 12.07.2007, 23:26   #1
thebat
Senior Member
 
Аватар для thebat
 
Регистрация: 05.09.2006
Адрес: TYPO3.if.ua
Сообщений: 224
Отправить сообщение для thebat с помощью ICQ Отправить сообщение для thebat с помощью AIM Отправить сообщение для thebat с помощью MSN Отправить сообщение для thebat с помощью Yahoo Отправить сообщение для thebat с помощью Skype™
По умолчанию Not Found The requested URL /page/page1/ was not found on this server

Ошибка:

Not Found
The requested URL /page/page1/ was not found on this server
---------------------------------------------------------------------
Apache/1.3.37 Server at t3dev.bfdesign.ws Port 80

Это то, что я сделал (RealURL: URLs like normal websites):

To install this extension, four steps must be taken:

1. Install it in the Extension Manager / "realurl"

RealURL: URLs like normal websites

2. Configure .htaccess

Код:
    RewriteEngine On
    RewriteRule ^typo3$ - [L]
    RewriteRule ^typo3/.*$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule .* index.php
3. Modify your TypoScript template records with configuration for Real URLs

Код:
page.config {
simulateStaticDocuments = 0
baseURL = http://t3dev.bfdesign.ws/
tx_realurl_enable = 1
}
4. Configure the extension in typo3conf/localconf.php

// Start realURL configuration
PHP код:
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
    
'_DEFAULT' => array(
    
'pagePath' => array(
    
'type' => 'user',
    
'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
    
'rootpage_id' => 1
     
),
  ),
); 
// End realURL configuration

После проделанного, ссылки показывает хорошо, но только я клацаю на любую ссылку, браузер мне показывает...

Not Found
The requested URL /page/page1/ was not found on this server
---------------------------------------------------------------------
Apache/1.3.37 Server at t3dev.bfdesign.ws Port 80

Прошу помощи в решения этой проблемы.
__________________
Василий Мосийчук
The BAT!
TYPO3.NET.UA
BLOG.TYPO3.NET.UA

Последний раз редактировалось thebat; 13.07.2007 в 00:15
thebat вне форума   Ответить с цитированием