I need to install Codeigniter on a shared host that runs IIS 6.0. I am aware of URL rewriting issues. Also about Isapi Rewrite, but I cannot install or install anything on this host. The start page works fine, but I can’t access any other application controller, I always get 404. I tried to change $config['index_page']as well $config['uri_protocol'], but nothing works. Is there any other way to get URL rewriting in IIS? Or maybe in PHP? Thank.
$config['index_page']
$config['uri_protocol']
If you cannot install ISAPI Rewrite, find
$ config ['enable_query_strings'] = FALSE;
application/config/config.php . URL-, SEO, .
Source: https://habr.com/ru/post/1779993/More articles:jQuery / javascript of different actions with a user click and programmatically check the box - jqueryphp - Seo index redirect in index - redirectusing the expression as a key in a dictionary - dictionarySQLCompare only generates diff script - sql-server-2008Java: предпочитает класс Utility в зависимости от экземпляра класса или статических методов? - javaWPF Toolkit Chart - Rolling Dots Charts - ChartsWhich all processes use a shared library - unixAndroid: string value does not fall into general preferences - androidRemoving markers from a silverlight series or ruler - chartsExplore logs from the past with a logarithm? - androidAll Articles