Check your .htaccess file and make sure you do not have a line like this in it, if so try remarking it out with a # sign and then try it.
This line of code has given me problems with CI in the pass and if your html is correct you do not need it.
Code:
RewriteCond $1 !^(index\.php|images|captcha|css|js|robots\.txt)
html correct way add this to your head tag:
Code:
<base href="<?php echo base_url();?>" target="_blank">
I'am running Windows 10 and XAMPP and have no problems at all.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )