mod_rewrite issue in code igniter mod_rewrite issue in code igniter codeigniter codeigniter

mod_rewrite issue in code igniter


Make sure that the godpanel rule is above all your other rules.

Secondly try removing the forward slash from the start of the ^/godpanel part of your rule:

RewriteRule ^godpanel$ /panel/godpanel [R=301,L]