Welcome Guest, Not a member yet? Register   Sign In
404-page-not-found-the-page-you-requested-was-not-found
#2

(This post was last modified: 05-16-2016, 04:32 AM by InsiteFX.)

Try this:

Code:
Options -Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]

Some times you need to add the ? mark after index.php

Also you may need to set the RewriteBase to your server.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: 404-page-not-found-the-page-you-requested-was-not-found - by InsiteFX - 05-16-2016, 04:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB