Welcome Guest, Not a member yet? Register   Sign In
Problem for mapping two applications
#3

[eluser]lama[/eluser]
It doesn't work.

I would like to make an admin panel for my website at the url "myapp/admin" and I want to use "app" to display all the web site to my visitor.

I try with

Code:
localhost/myapp/
------------------------- index.php
------------------------- backend.php (which target backend folder)
localhost/myapp/frontend/
------------------------- /views
------------------------- /controllers
localhost/myapp/backend/
------------------------- /views
------------------------- /controllers


but when I type /backend I always have the 404 error

Maybe it's my htaccess :

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt)
RewriteRule ^(.*) index.php/$1 [L]

thanks you


Messages In This Thread
Problem for mapping two applications - by El Forum - 12-08-2012, 04:34 AM
Problem for mapping two applications - by El Forum - 12-08-2012, 06:46 AM
Problem for mapping two applications - by El Forum - 12-08-2012, 09:07 AM
Problem for mapping two applications - by El Forum - 12-08-2012, 08:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB