View previous topic :: View next topic |
Author |
Message |
JimmyG -
Joined: 26 Feb 2009 Posts: 6 Location: Yuma, AZ
|
Posted: Sat Feb 28, 2009 6:55 pm Post subject: Any way to get around htaccess... |
|
|
GoDaddy requires .php5 extension to run php5 and an .htaccess file with
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
Since Abyss doesn't handle .htaccess is there any way to get around this? |
|
Back to top |
|
|
anybody -
Joined: 17 Mar 2008 Posts: 90
|
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Sun Mar 01, 2009 11:52 am Post subject: Re: Any way to get around htaccess... |
|
|
JimmyG wrote: | GoDaddy requires .php5 extension to run php5 and an .htaccess file with
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
Since Abyss doesn't handle .htaccess is there any way to get around this? |
JimmyG
I take it you installed PHP following this guide?
All you have to do is to add the php5 to the Associated Extensions table
Don't forget that you will also have to add index.php5 to the Index Files table _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
|
JimmyG -
Joined: 26 Feb 2009 Posts: 6 Location: Yuma, AZ
|
Posted: Sun Mar 01, 2009 5:02 pm Post subject: Re: Any way to get around htaccess... |
|
|
Yes, I did, and thanks, roganty. |
|
Back to top |
|
|
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sun Mar 01, 2009 11:49 pm Post subject: |
|
|
This is only used to translate Mod Rewrite directives for Abyss's URL Rewriting engine. JimmyG, is referring to an associated file extension to run PHP version 5 scripts. I hope to create a full htaccess translator some day though. I don't think this is an Abyss Web Serve related question.
Sincerely,
Joshua H. (TRUSTAbyss) |
|
Back to top |
|
|
anybody -
Joined: 17 Mar 2008 Posts: 90
|
Posted: Mon Mar 02, 2009 10:00 am Post subject: |
|
|
Yeah, I had that thought right after I posted it and I also had the same thought as roganty with the Associated Extensions. I posted to quickly. I also thought about correcting it but I had other threads I was more interested in paying attention too.
I'm aware that it is for mod rewrite. Don't quote me on this but I do believe I did make a post thanking you for it. I do use it fairly often. I know mod rewrite with apache fairly well so I write my htaccess file and use your translator to translate it for abyss.
I really didn't need it but still thank you for the clarification. :) |
|
Back to top |
|
|
JimmyG -
Joined: 26 Feb 2009 Posts: 6 Location: Yuma, AZ
|
Posted: Mon Mar 02, 2009 4:04 pm Post subject: |
|
|
As it turns out, I didn't have to do anything. It was just my unfamiliarty with php and htaccess.
The snippet in my original post tells the server to process files with a .php extension with php 5 rather than php 4, which is the default. (I think.) In any case, everything is working on Abyss and the website.
And I am free from IIS, the saints be praised. Even when it works, it's like starting an old car on a cold morning. |
|
Back to top |
|
|
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Mar 03, 2009 12:14 am Post subject: |
|
|
anybody wrote: | I'm aware that it is for mod rewrite. Don't quote me on this but I do believe I did make a post thanking you for it. I do use it fairly often. I know mod rewrite with apache fairly well so I write my htaccess file and use your translator to translate it for abyss.
I really didn't need it but still thank you for the clarification. :) |
Your welcome. It makes me happy to know that more than a few people are using it. I will have a new version available very soon. |
|
Back to top |
|
|
anybody -
Joined: 17 Mar 2008 Posts: 90
|
Posted: Tue Mar 03, 2009 6:50 am Post subject: |
|
|
TRUSTAbyss wrote: | Your welcome. It makes me happy to know that more than a few people are using it. I will have a new version available very soon. | Thank you... So very much... For sharing that... I've been wandering for some time now when we were going to see another release of AWS:MRT.
By the way, I don't just use it, I love it. I spent insane amounts of time trouble shooting the translation of htaccess to abyss and your script eliminated all of the time I would have spent translating. Your script stripped hours of time guessing to 5-10 minutes of coping and pasting.
Not to float your boat, man, but seriously, thank you! |
|
Back to top |
|
|
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Mar 04, 2009 10:25 pm Post subject: |
|
|
Your welcome. I'm releasing one more beta before the final release, which will be available Thursday or Friday. |
|
Back to top |
|
|
|