Re: [users@httpd] mod_rewrite?

2011-09-22 Thread topinambour ####
Tom Evans > On Thu, Sep 22, 2011 at 9:34 AM, topinambour > wrote: > > Someone has an idea abot what to do > > thanks in advance > > > > > > Turn on the rewrite log, make some requests which you think should be > rewritten, look at the

Re: [users@httpd] mod_rewrite?

2011-09-22 Thread topinambour ####
Someone has an idea abot what to do thanks in advance 2011/9/21 topinambour > Sorry > An mistake > url redirect gives a broken link! > > > 2011/9/20 topinambour > >> good morning >> >> Yes i tried it without \? >> no match :-( >>

Re: [users@httpd] mod_rewrite?

2011-09-21 Thread topinambour ####
Sorry An mistake url redirect gives a broken link! 2011/9/20 topinambour > good morning > > Yes i tried it without \? > no match :-( > > but with standard output with : > RewriteRule ^(.*)$ > and no putting ^lang=fr$ in RewriteRule in old URL > because it&#

Re: [users@httpd] mod_rewrite?

2011-09-20 Thread topinambour ####
->302 merci! thanks a lot :-) 2011/9/19 topinambour > Other try: > RewriteCond %{QUERY_STRING} ^\?lang=fr$ > RewriteRule ^[^\.]$/%1 ^[^\.]$ [L,R=302] > > then it continue with in inside network > 200 answer:-( in server > and it continue with ?lang=fr in

Re: [users@httpd] mod_rewrite?

2011-09-19 Thread topinambour ####
org/-Description-?lang=fr>automatic redirect So one thing there's no500 error 2011/9/19 Frank Gingras > On 19/09/2011 8:59 AM, J-H Johansen wrote: > >> On Mon, Sep 19, 2011 at 2:51 PM, topinambour * >> *wrote: >> >> Hi >>> >>> I have some pro

[users@httpd] Re: mod_rewrite?

2011-09-19 Thread topinambour ####
URL : http://monsite.org/-Description-?lang=fr follows to be 200 and accepted I paste my .htaccess with paste expiration 1 day rewrite00 <http://pastebin.com/fT14WcDq> In wait 2011/9/19 topinambour > Hi > > I have some problems about > to write rewriterule in .htacces

[users@httpd] mod_rewrite?

2011-09-19 Thread topinambour ####
Hi I have some problems about to write rewriterule in .htaccess I use spip and URL_propre URL read by google as : #URL_site/#URL_ARTICLE?page=fr i would want to use to remove:?lang=fr and do : /#URL_SITE/#URL_ARTICLE Summary, it would be : http://monsite.org/-Description-?lang=fr to redirect to

Re: [users@httpd] 200 for 404

2011-09-04 Thread topinambour ####
PM, topinambour > wrote: > > Only 403 gives good answer > > A 404 request like: > > on my network if i call my websiteand add after /:; i have an empty page > > in access.logs: > > 192.168.0.18 - - [03/Sep/2011:19:06:08 +0200] "GET /:; HTTP/1.1" 200 20 >

[users@httpd] 200 for 404

2011-09-04 Thread topinambour ####
hi all I have problems 2 years ago i use apache server with debian, all requests 200,404,403 was ok when i tryed urls on browser after i use apache source with httpd.conf exactly like: # # Customizable error responses come in three flavors: # 1) plain text 2) local redirects 3) external redirects