Alias to an bootstrap loader!! in httpd config!

phr024

New member
Joined
Nov 2, 2010
Messages
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
 
Put the following in index.php

Code:
<?php header('Location: /ariadne/loader.php/sites/example/'); ?>
 
Back
Top