Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-17 Thread Darly Coupet
L] On 11/17/06, Darly Coupet <[EMAIL PROTECTED]> wrote: Hi Josha, Thanks for your patience and help. I do not have access to a server and the application that is serving the old url's. I think it is a syntax issue, one old URL routed to one new URL. > Old url > http

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-17 Thread Darly Coupet
se / RewriteCond %{QUERY_STRING} ^Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz$ RewriteRule merchant.mv http://www.sitename.com/index.php?action=view_user&user=2 [R=301,L] #End htaccess content Darly On 11/17/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/16/06, Darly Coupet

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-16 Thread Darly Coupet
rovider is probably not allowing changes to RewriteLog Darly On 11/16/06, Darly Coupet <[EMAIL PROTECTED]> wrote: I udated the Rewrite rule as follows: RewriteRule merchant.mv http://www.sitename.com/index.php?action=view_user&user=2 [R=301,L] It is not being rerouted. #This Rewr

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-16 Thread Darly Coupet
The server encountered an internal error or misconfiguration and was unable to complete your request. I created the logs_server_rewrite.txt file (touch) and chmod 777 Greatly appreciate your help. Darly On 11/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/16/06, Darly Coupet <[EM

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-16 Thread Darly Coupet
Y&Store_Code=AWLAS&Category_Code=Abc+Xyz$ RewriteRule ^/Merchant2/merchant.mv http://www.sitename.com/index.php?action=view_user&user=2 [R=301,L] It s still not being rerouted. Thanks, Darly On 11/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/16/06, Darly Co

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-16 Thread Darly Coupet
e old string (url) is true. Thanks, Darly On 11/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/16/06, Darly Coupet <[EMAIL PROTECTED]> wrote: > RewriteRule > ^/merchant.mv\?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz$ > http://www.sitename.com/index.php?

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-16 Thread Darly Coupet
RewriteRule ^/merchant.mv\?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz$ http://www.sitename.com/index.php?action=view_user&user=2 [R=301,L] I have tried the above, but not working. Thanks, Darly On 11/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/16/06, Da

[EMAIL PROTECTED] Rewriterule syntax not working

2006-11-16 Thread Darly Coupet
Hi, Unable to get Rewriterule working I have modified htaccess file in folder Merchant2 as follows: RewriteEngine On #RewriteRule ^old/URL/path$ http://yourdomain.com/new/path [R=301,L] Redirect 301 /Merchant2/merchant.mv?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz http://www.sitename.c