Welcome Guest, Not a member yet? Register   Sign In
back-end and front-end separation
#10

[eluser]dejitaru[/eluser]
When I work on my localhost I have this folders:
D:\proyects\proyect1\
-frontend
-backend
-system
-www
--index.php
--admin
---index.php

D:\proyects\proyect2\
-frontend
-backend
-system
-www
--index.php
--admin
---index.php
Then in the first index.php I have:
$system_folder = "../system";
$application_folder = "../frontend";

..And in admin/index.php I have:
$system_folder = "../../system";
$application_folder = "../../backend";

This way when I upload my files to the server I put frontend,backend and system outside the public_html and the contents of www goes into public_html


Messages In This Thread
back-end and front-end separation - by El Forum - 03-04-2008, 05:25 PM
back-end and front-end separation - by El Forum - 03-04-2008, 06:55 PM
back-end and front-end separation - by El Forum - 03-04-2008, 09:36 PM
back-end and front-end separation - by El Forum - 03-05-2008, 05:46 AM
back-end and front-end separation - by El Forum - 03-05-2008, 06:36 AM
back-end and front-end separation - by El Forum - 03-05-2008, 11:13 AM
back-end and front-end separation - by El Forum - 03-05-2008, 11:27 AM
back-end and front-end separation - by El Forum - 03-05-2008, 11:37 AM
back-end and front-end separation - by El Forum - 03-05-2008, 06:34 PM
back-end and front-end separation - by El Forum - 04-21-2008, 07:18 PM
back-end and front-end separation - by El Forum - 04-21-2008, 07:21 PM
back-end and front-end separation - by El Forum - 04-21-2008, 09:00 PM
back-end and front-end separation - by El Forum - 04-21-2008, 09:02 PM
back-end and front-end separation - by El Forum - 04-21-2008, 09:10 PM
back-end and front-end separation - by El Forum - 07-25-2011, 07:10 PM
back-end and front-end separation - by El Forum - 11-12-2012, 01:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB