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

hi guys, i'm new to codeigniter, i've been reading the instructions to use this framework properly, but I can't seem to make the .htaccess to work.  Sad

this is in my .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /newbie/

RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]

RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ /index.php?/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>

ErrorDocument 404 /index.php
</IfModule>

---------------------------------------------------------------
i have enable mod_rewrite in xampp already, still did not work.

I would really appreciate it if someone would help me.  Blush


Huh  Huh  Huh  Huh  Huh  Huh
Reply


Messages In This Thread
mod_rewrite - by decrypter - 12-07-2014, 06:30 AM
RE: mod_rewrite - by Avenirer - 12-09-2014, 07:45 AM
RE: mod_rewrite - by Dracula - 12-09-2014, 07:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB