Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-15 Thread Riccardo Cohen
Hi Ben I'll follow your advice. I'm really grateful for your help, and wish to thank you very very much. Bye On 14/02/13 17:02, Ben Johnson wrote: On 2/14/2013 4:47 AM, Riccardo Cohen wrote: Hi Ben Do other PHP scripts function as expected when executed via mod_fcgid? Or do they all re

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Ben Johnson
>>> i f you'd like to post your CGI wrapper script, I'd be happy to take a >>> look. Alas, you may lack access to this script, in which case, it's a >>> moot point. Although, I must say, it seems unlikely that your host would >>> have misconfigured the

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Benoit GEORGELIN (web4all)
l information, let me know . > I'll appreciate to solve this issue and understand from where the problem is > coming > > > Regards, > > Benoît Georgelin > Web 4 all Hébergeur associatif > > > Cordialement, Benoît Georgelin Web 4 all Hébergeur as

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Ben Johnson
On 2/14/2013 4:47 AM, Riccardo Cohen wrote: > Hi Ben > >> Do other PHP scripts function as expected when executed via mod_fcgid? >> Or do they all return the error string, "No input file specified" and a >> 404 response? > > Actually my website redirect all urls to /index.php, so there is only

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Ben Johnson
gt; > If you need more technical information, let me know . > I'll appreciate to solve this issue and understand from where the problem is > coming > > > Regards, > > Benoît Georgelin > Web 4 all Hébergeur associatif > > > - Mail original --

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-14 Thread Riccardo Cohen
Hi Ben Do other PHP scripts function as expected when executed via mod_fcgid? Or do they all return the error string, "No input file specified" and a 404 response? Actually my website redirect all urls to /index.php, so there is only one php file (that loads many others). This way I implement

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Benoit GEORGELIN (web4all)
ing Regards, Benoît Georgelin Web 4 all Hébergeur associatif - Mail original - De: "Ben Johnson" À: users@httpd.apache.org Envoyé: Mercredi 13 Février 2013 22:15:40 Objet: Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem On 2/13/2013 4:14 PM

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Ben Johnson
On 2/13/2013 4:14 PM, Riccardo Cohen wrote: > Hi Ben > >>> I tried without the dot : RewriteRule ^en/(.*) index.php/en/$1 but it >>> gave also an error 404. >> >> It would be helpful to know what, exactly, appears in Apache's access >> log (and/or error log, if you can manage to find that, too)

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Riccardo Cohen
Hi Ben I tried without the dot : RewriteRule ^en/(.*) index.php/en/$1 but it gave also an error 404. It would be helpful to know what, exactly, appears in Apache's access log (and/or error log, if you can manage to find that, too) in each of these test cases. I've asked for the apache error

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Ben Johnson
On 2/12/2013 3:19 PM, Riccardo Cohen wrote: > Hi Ben > I tried without the dot : RewriteRule ^en/(.*) index.php/en/$1 but it > gave also an error 404. It would be helpful to know what, exactly, appears in Apache's access log (and/or error log, if you can manage to find that, too) in each of thes

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-12 Thread Riccardo Cohen
Hi Ben I tried without the dot : RewriteRule ^en/(.*) index.php/en/$1 but it gave also an error 404. These are all my tests : (available at http://www.perspectives-musicales.org/test1/a/b/c etc.) RewriteRule ^test1/(.*) ./test.php/$1 # = error 404 RewriteRule ^test2/(.*) ./test.php?$1 # = p

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-12 Thread Ben Johnson
On 2/12/2013 10:59 AM, Riccardo Cohen wrote: > Thanks Ben, here are the answers : > >> 1.) Where have you defined the rewrite rule? In a .htaccess file? > > in .htaccess > >> 2.) Have you defined a RewriteBase? If so, what is it? > > no change with or without > >> 3.) Have you reviewed Apach

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-12 Thread Riccardo Cohen
Thanks Ben, here are the answers : > 1.) Where have you defined the rewrite rule? In a .htaccess file? in .htaccess > 2.) Have you defined a RewriteBase? If so, what is it? no change with or without > 3.) Have you reviewed Apache's access log at all? I'll have a look now > 4.) Have you incr

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-12 Thread Ben Johnson
On 2/12/2013 2:16 AM, Riccardo Cohen wrote: > Hello > I received some clues from this list members, thanks for that. But > unfortunately my problem is not solved. > > It's not that I want others to focus on me, but I'm quite sure that > there is a real problem (if not why would it work perfectly

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-11 Thread Riccardo Cohen
Hello I received some clues from this list members, thanks for that. But unfortunately my problem is not solved. It's not that I want others to focus on me, but I'm quite sure that there is a real problem (if not why would it work perfectly on mod_php ?), I could not find any solution googlin

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Hendrik Schmieder
Riccardo Cohen schrieb: On 07/02/13 16:50, Yehuda Katz wrote: On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen mailto:r.co...@realty-property.com>> wrote: Example : the catalog is at url : http://www.perspectives-__musicales.org/en/all-albums

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Riccardo Cohen
Thanks for your answer Yehuda Your rewrite rule will behave like my test2/3, converting pathinfo to a querystring... and force me to change and double check all my website ! Thanks anyway. On 07/02/13 16:50, Yehuda Katz wrote: On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen mailto:r.co...@rea

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Yehuda Katz
On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen wrote: > Example : the catalog is at url : http://www.perspectives-** > musicales.org/en/all-albums > This should be transparantly mapped to http://www.perspectives-** > musicales.org/index.php/en/*

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Riccardo Cohen
Sorry to insist but I'm really blocked and I really need help. Here is a small summary for those who don't want to read all : I want to make a rewrite from : http://www.perspectives-musicales.org/en/all-albums to http://www.perspectives-musicales.org/index.php/en/all-albums my rewrite rule is

[users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-05 Thread Riccardo Cohen
Hello I'm new to apache mailing list, sorry if I'm not 100% clear, and sorry for this long description. I have developped a website with php/mysql : http://www.perspectives-musicales.org and placed it on a good hosting service (web4all.fr). To improve search engine rank I decided to set all u