View previous topic :: View next topic |
Author |
Message |
clairec666 -
Joined: 15 Aug 2004 Posts: 1
|
Posted: Sun Sep 12, 2004 12:44 pm Post subject: Complicated aliases! |
|
|
Hi. I'm not sure if this is possible with abyss.
To save me creating index files for all my folders, I want to create aliases which (for example) redirect users from Http://localhost/music/bandname to a PHP page such as http://localhost/music/bands?band=bandname.
I wanted to create an index page for each of my band folders without having to write one for each folder, so as to save disk space. I know it is possible when using an Apache server, but how is it possible with Abyss?
Thanks |
|
Back to top |
|
 |
senshi -
Joined: 05 Nov 2003 Posts: 385 Location: UK
|
Posted: Mon Sep 13, 2004 12:20 am Post subject: |
|
|
/name - Alias
is different to
?band=bandname. - CGI |
|
Back to top |
|
 |
|