Hey people,
                I was trying to be very anal about my directory structures
using Hals method of nesting circuits.  Basically I wanted to have all my
circuit apps reside in a "circuits" directory off of the root of the "home"
app. so..

home_app/
           |
           circuits/
                  |
                  circuit+_app1/
                                 |
                                  actions/
                                 |
                                  queries/
                                 |
                                  display/
                                 |
                                  index.cfm
                                  myGlobals.cfm

crappy diagram but in english...

the home directory holds these directories:
circuits/
shared/
styles/
tags/
 
and these files:
index.cfm
myglobals
Circuits.cfm

the circuits directory holds the complete circuits apps but in a nice
orderly way so all my circuits are not jumbled together in my home directory
with all the global related stuff like shared,styles,tags, etc.

The problem is that I couldn't get the circuits.cfm to work correctly and
got nothing but 404 file not found errors.  The pathing information was not
translating properly so it couldn't find the circuits in the circuits
directory. Hopefully this makes sense the way I am describing it.



Shane Johnson
Web Production/Programming
Populuxe Digital Media
www.populuxe.com
[EMAIL PROTECTED]
(604) 714-2496



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to