Welcome Guest, Not a member yet? Register   Sign In
remove index.php from view controller
#2

Not sure why you are getting that on a live host, but I am Running Windows 10 Pro x64
and I have to add the code below to the .htaccess in the root with index.php to get rid of it.

.htaccess

Code:
# Remove index.php on Windows 10
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s(.*)/index\.php [NC]
RewriteRule ^ /%1 [R=301,L,QSA]

Otherwise there is something wrong with the way your .htaccess file is setup.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: remove index.php from view controller - by InsiteFX - 09-02-2020, 03:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB