hi guys.
my server....
~~/public/
index.php
admin.php
cream.php
~~/public/admin/
index.php
~~/public/excute/
index.php
that's all.
when i type on browser 'http://domain.com/admin', i wanna excute '~~/public/admin.php'.
and...'http://domain.com/cream', wanna excute '~~/public/cream.php'
and...'http://domain.com/excute', wanna excute '~~/public/excute/index.php'
and.. 'http://domain.com/apc', wanna excute '~~/public/index.php' with query like this. '?rel=apc'
how can i do?
help me plz.
Edited 1 time(s). Last edit at 07/30/2010 07:24AM by isumido.