Jump to content

lancealigiannis

New Members
  • Posts

    4
  • Joined

  • Last visited

lancealigiannis's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i c.. i'm using this code below to get a file from a location... n it works great.. but i'm not sure how to implement the get all folder structure however.. include_path=".:/newlocation/folders-n-files" <?php /** Absolute path to the config directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Location of your config configuration. */ require_once(ABSPATH . '../config.php');
  2. using some of them... all i got was a one way trip to a bad "require once" msg or sent to another domain... maybe php can include the files from another domain... but wat about just moving the files around different subdirectories... any more ideas? basically i'm trying to use the same site framework without 2 different site setups...
  3. thnnx for that... i haven't changed the name of the original folder... just placed its contents elsewhere... i'll check out the examples... ta.
  4. hi all i'm trying to figure out how to change n include a hardcoded folder location with all its sub folders n files too.. eg.. fruitstore.com/greenfolder/apples changed to.. eg.. fruitstore.com/bluefolder/berries there r alot of references to this folder... so i'd wanna keep the fruitstore.com/greenfolder n have a php file in there redirecting to the new location.. then if ur really good... a folder on a different domain too.. eg.. fruitshop.com/bluefolder/berries u know how to do this? or know where to look for it?? thnx, lance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.