View previous topic :: View next topic |
Author |
Message |
Motionmaster -
Joined: 21 Mar 2003 Posts: 5
|
Posted: Tue Jan 06, 2004 4:24 pm Post subject: Abyss and .phps? |
|
|
Is it possible to let .phps work on Abyss?
.phps will higlight the document in code with tagcolours, and I know it works on Apache with the following line:
AddType application/x-httpd-php-source .phps
I tried this:
MIME-type: application/x-httpd-php-source
Extension: phps
on Abyss, but it nothing worked. Someone? :(
Thnx in advance.
Kevin |
|
Back to top |
|
 |
whackaxe -
Joined: 28 Jun 2003 Posts: 90
|
Posted: Tue Jan 06, 2004 5:00 pm Post subject: |
|
|
what happens when you go to the page? _________________ and remeber kids! keep the forums clean! |
|
Back to top |
|
 |
Toadhead -
Joined: 01 Dec 2003 Posts: 21
|
Posted: Tue Jan 06, 2004 5:01 pm Post subject: |
|
|
hm...
You could try the following:
Go to the server console /Server Configurations/Advanced.../CGI parameters/ CGI interpreters and edit the extising PHP interepeter, delete "php" and add "php phps" at the "Associated Extensions" field.
I hope it works |
|
Back to top |
|
 |
Motionmaster -
Joined: 21 Mar 2003 Posts: 5
|
Posted: Tue Jan 06, 2004 5:20 pm Post subject: |
|
|
Nope, I get the same ouput as a .txt has on a server. :( |
|
Back to top |
|
 |
Toadhead -
Joined: 01 Dec 2003 Posts: 21
|
Posted: Tue Jan 06, 2004 6:00 pm Post subject: |
|
|
1.) Try to re-install php ( http://www.aprelium.com/abyssws/php.html )
2.) Add phps to the extentions what I said above.
3.) Check if "CGI Processing Enabled" is "yes".
4.) Check SSI parameters and add "phps" SSI Associated Extensions.
5.) Check if your host support SSI.
6.) Check if "SSI Processing Enabled" = "yes"
I don't know if the last steps did have do do with your problem but you could try it. |
|
Back to top |
|
 |
|