Welcome Guest, Not a member yet? Register   Sign In
mod_rewrite
#2

Try this one:

Code:
<IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteBase /

   RewriteCond $ 1! ^ (Index \ .php | resources | seller | robots \ .txt)
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</ IfModule>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
mod_rewrite - by hosvaldo - 02-11-2018, 07:37 PM
RE: mod_rewrite - by InsiteFX - 02-12-2018, 04:15 AM
RE: mod_rewrite - by Codigo321 - 11-10-2022, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB