Hello try set FcgidFixPathinfo to 1 and in php.ini cgi.fix_pathinfo=3D3D1 Piotr Kloc
----- Original Message ----- From: "Benoit GEORGELIN (web4all)" <benoit.george...@web4all.fr> To: <users@httpd.apache.org> Sent: Sunday, January 20, 2013 10:54 PM Subject: [users@httpd] apache2.2.23, mod_fcgid and mod_rewrite > > > Hi, > > Since I moved from mod_php to mod_fcgid , mod_rewrite is not working as > espected. > > I have this url : > http://exemple.com/index.php/fr/tous-les-albums > > And this url was working before : > http://exemple.com/fr/tous-les-albums > > Here the content of the .htaccess > > RewriteEngine on > RewriteBase / > RewriteRule ^fr/(.*) ./index.php/fr/$1 > RewriteRule ^en/(.*) ./index.php/en/$1 > > The temporay solution for is to do this : > > RewriteRule ^fr/(.*) http://exemple.com/index.php/fr/$1 [L] > RewriteRule ^en/(.*) http://exemple.com/index.php/en/$1 [L] > > Why should have to put http://exemple.com now ? > > Thanks for you help ! > > > > __________ Informacja programu ESET NOD32 Antivirus, wersja bazy sygnatur > wirusw 7913 (20130120) __________ > > Wiadomo zostaa sprawdzona przez program ESET NOD32 Antivirus. > > http://www.eset.pl lub http://www.eset.com > > __________ Informacja programu ESET NOD32 Antivirus, wersja bazy sygnatur wirusów 7913 (20130120) __________ Wiadomoæ zosta³a sprawdzona przez program ESET NOD32 Antivirus. http://www.eset.pl lub http://www.eset.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org