Welcome Guest, Not a member yet? Register   Sign In
Routing Not Working - Only Index Route Accessible
#6

Code:
    # Remove index.php from URL - .htaccess
    RewriteCond %{HTTP:X-Requested-With}    !^XMLHttpRequest$
    RewriteCond %{THE_REQUEST}              ^[^/]*/index\.php [NC]
    RewriteRule ^index\.php(.*)$            $1 [R=301,NS,L]
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Routing Not Working - Only Index Route Accessible - by InsiteFX - 09-29-2024, 09:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB