I'm a codeigniter beginner and trying to link template with it. I haven't touched anything in config yet ( Except base_url() ), whenever I visit the home page that is http://localhost:1234/ci/ everything loads correctly but when I load another controller with url: http://localhost:1234/ci/index.php/register then I see the web page with broken css.
However localhost:1234/ci/index.php?/register loads correctly. Thanks in advance :)