Перехід на DirectAdmin

  1. Новий хтаксес треба
  2. В Input.php видалити Dissalowed Key characters
  3. Додано date_default_timezone_set( ‘Europe/Moscow’ );
  4. В config.php замінити на $config[‘uri_protocol’] = “AUTO”;

Проблеми які випадають:

  1. No input data
  2. Dissalowed Key characters
  3. Видає індексну головну сторінку на любий URL
  1. DirectoryIndex index.php
  2. RewriteEngine On
  3. RewriteBase /
  4. # Removes index.php from ExpressionEngine URLs
  5. RewriteCond %{THE_REQUEST} ^GET.*index.php [NC]
  6. RewriteCond %{REQUEST_URI} !/system/.* [NC]
  7. RewriteRule (.*?)index.php/*(.*) /$1$2 [R=301,NE,L]
  8. # Directs all EE web requests through the site index file
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. RewriteRule ^(.*)$ /index.php?/$1 [L]