Now I tried to set index_page param in config.php to 'index.php' on both servers. On hosting I still have 404 in all combinations of index_page param and using index.php in url. On other hand, I see the page and even can reach that param by using $C…
Sorry, I wanted to say that it even work without index.php part but only without url param: www.mysite.com/test/page2/9
(test is subfolder of views, page2 is name of file and 9 is some param to send through url)
HI, thx for answer. I checked with www.mysite.com/index.php/test/page2/9/ and I again get 404 (9 is some value for example).
It is interesting that, when I use www.mysite.com/index.php/test/page1 or www.mysite.com/index.php/test/page2 (without .php …