- Новий хтаксес треба
- В Input.php видалити Dissalowed Key characters
- Додано date_default_timezone_set( ‘Europe/Moscow’ );
- В config.php замінити на $config[‘uri_protocol’] = “AUTO”;
Проблеми які випадають:
- No input data
- Dissalowed Key characters
- Видає індексну головну сторінку на любий URL
- DirectoryIndex index.php
- RewriteEngine On
- RewriteBase /
- # Removes index.php from ExpressionEngine URLs
- RewriteCond %{THE_REQUEST} ^GET.*index.php [NC]
- RewriteCond %{REQUEST_URI} !/system/.* [NC]
- RewriteRule (.*?)index.php/*(.*) /$1$2 [R=301,NE,L]
- # Directs all EE web requests through the site index file
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^(.*)$ /index.php?/$1 [L]
-