Теперь у меня есть настройка типо3 на сервере Debian с файлом apache virtualhost.conf.
Код: Выделить всё
ServerAdmin hans-georg@althoff-fam.de
DocumentRoot /var/www/typo3/public
ServerName hpalthoff.althoff-fam.de
Options FollowSymlinks
AllowOverride All
Require all granted
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) index.php [PT,L]
это возможно?>
Подробнее здесь: https://stackoverflow.com/questions/797 ... ame-server
Мобильная версия