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


Messages In This Thread
404 Page Not Found on hmvc - by avijit.nanda07 - 08-21-2015, 04:25 AM
RE: 404 Page Not Found on hmvc - by mwhitney - 08-24-2015, 09:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB