View previous topic :: View next topic |
Author |
Message |
robertd -
Joined: 21 Jun 2003 Posts: 1
|
Posted: Sat Jun 21, 2003 8:11 am Post subject: URL rewriting? - /dira/in.html -> index.html?/dira/in.htm |
|
|
Is it possible to do URL rewriting in Abyss?
I'd like all pages to be handled in code within my root index.html page, so for example if the URL is:
/directorya/index.html
I'd like this to be translated into:
/index.html?/directorya/index.html
I've installed the latest beta, which mentions an "Improved URL decoding engine", but I can't see any reference in the documentation to what this supports.
Thank you for any help. Robert |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Jun 23, 2003 10:54 pm Post subject: Re: URL rewriting? - /dira/in.html -> index.html?/dira/in |
|
|
"Improved URL decoding engine" means that the URL engine detect now bad URLs and suspicious ones in a better way.
What you want to do can be easily implemented using a simple PHP script (call it index.php). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|