Welcome Guest, Not a member yet? Register   Sign In
404 Page Not Found on hmvc
#1

Hi,

I'm using codeigniter 3 hmvc

file structure File: /home3/vision/public_html/domain.net/projects/blee/
and my htaccess is below

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


But domain.net/projects/blee/ coming nicely but hmvc domain.net/projects/blee/admin not coming on server but working fine in local pc

anybody can help me
Reply
#2

Check the capitalization of your controller's file and class names ("Admin"). This is a fairly common problem if your development system has a case-insensitive filesystem (like most filesystems on Windows) but your server's filesystem is case-sensitive (like most filesystems on everything-but-Windows).
Reply




Theme © iAndrew 2016 - Forum software by © MyBB