P phr024 New member Joined Nov 2, 2010 Messages 1 Sep 6, 2012 #1 Hello, Can anyone tell me how to accomplish the following for a user of us. Alias / /ariadne/loader.php/sites/example/ Kind regards, Patrick
Hello, Can anyone tell me how to accomplish the following for a user of us. Alias / /ariadne/loader.php/sites/example/ Kind regards, Patrick
scsi Verified User Joined Aug 19, 2008 Messages 4,527 Sep 6, 2012 #2 Put the following in index.php Code: <?php header('Location: /ariadne/loader.php/sites/example/'); ?>
Put the following in index.php Code: <?php header('Location: /ariadne/loader.php/sites/example/'); ?>