View previous topic :: View next topic |
Author |
Message |
karlo -
Joined: 15 Nov 2004 Posts: 4 Location: Philippines
|
Posted: Mon Nov 15, 2004 3:01 am Post subject: PHP without extensions |
|
|
I need help about running php scripts without the .php extension and with other extensions... I hope the server does support a little similar to rewrite module of apache... and does this server supports .htaccess? |
|
Back to top |
|
 |
Arctic -
Joined: 24 Sep 2004 Posts: 560
|
Posted: Mon Nov 15, 2004 3:59 am Post subject: |
|
|
No. Abyss does not support .htaacess (or however it is spelled) |
|
Back to top |
 |
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
Posted: Mon Nov 15, 2004 4:35 am Post subject: |
|
|
.htaccess* ;)
as for your first concern to run other scripts as PHP without .php just add say... html to the Associated Extensions _________________
 |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Sat Nov 20, 2004 9:06 am Post subject: Re: PHP without extensions |
|
|
karlo wrote: | I need help about running php scripts without the .php extension and with other extensions... I hope the server does support a little similar to rewrite module of apache... and does this server supports .htaccess? |
Can you please be more clear about what you want? Do you want to have the server run PHP files that have other extensions (such as .xxx for example)? If this is the case, simply add xxx to the "Associated Extensions" when declaring the PHP interpreter.
If you want to run PHP files that have no extension at all, please read http://www.aprelium.com/forum/viewtopic.php?t=5645 . |
|
Back to top |
|
 |
|