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

[eluser]Uresh Patel[/eluser]
Hello,

I am Uresh.I have issue with page redirection with server.(LINUX SHARED SERVER)

I have front-end of web site.
I have superadmin panel.
I have developer panel.
Means three types of users will use my site.
This is my directory path.

CONTROLLERS

-> application\controllers\ = front end controllers

-> application\controllers\admin = superadmin controllers

-> application\controllers\developers = developers controllers

SAME IN VIEW FILES

-> application\view\ = front end controllers

-> application\view\admin = superadmin controllers

-> application\view\developers = developers controllers

I am attaching my ".htaccess" file along

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

CODE : pastebin.com/CDxi2veP
URL : http://hyperlinkserver.com/myappstore/ad...User/login

Please anyone can guide me !!!

Thank You in Advance


Messages In This Thread
Redirect Issue - by El Forum - 02-23-2014, 11:03 PM
Redirect Issue - by El Forum - 02-24-2014, 04:19 AM
Redirect Issue - by El Forum - 02-24-2014, 04:20 AM
Redirect Issue - by El Forum - 02-27-2014, 05:51 AM
Redirect Issue - by El Forum - 03-01-2014, 05:49 AM
Redirect Issue - by El Forum - 03-01-2014, 06:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB