после подключения файла .htaccess вообще перестает работать любой из вариантов. Пока не создашь новый проект
В правилах htaccess написано, чтобы исключался index.php из ссылок, чтобы получалась такая простая ссылка:
http://kinomonster.com/news/
или с портом 8080:
http://kinomonster.com:8080/news/
У меня происходит редирект, если ввести:
http://kinomonster.com/index.php/news
на ссылку:
http://kinomonster.com/news
У меня htaccess как в уроке:
<IfModule mod_rewrite.c>
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]
</IfModule>
лежит в корне папки kinomonster, где файл index.php