Welcome Guest, Not a member yet? Register   Sign In
.htaccess redirect problem in codeigniter 2.1.2
#11

[eluser]Pak_student[/eluser]
Thanks to all
#12

[eluser]Pak_student[/eluser]
@InsiteFX, waoooooo its work,

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On

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

thanks alot,
Thanks to all who help me, thank you very much!!!!!!

@InsiteFX specially thank you very much!




Theme © iAndrew 2016 - Forum software by © MyBB