Click here to Skip to main content
15,887,214 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Sending SMS through my website Pin
Vimalsoft(Pty) Ltd22-Dec-09 2:49
professionalVimalsoft(Pty) Ltd22-Dec-09 2:49 
GeneralRe: Sending SMS through my website Pin
Ashfield22-Dec-09 4:19
Ashfield22-Dec-09 4:19 
GeneralRe: Sending SMS through my website Pin
Vimalsoft(Pty) Ltd22-Dec-09 4:21
professionalVimalsoft(Pty) Ltd22-Dec-09 4:21 
GeneralRe: Sending SMS through my website Pin
Vasudevan Deepak Kumar22-Dec-09 20:29
Vasudevan Deepak Kumar22-Dec-09 20:29 
GeneralRe: Sending SMS through my website Pin
Vimalsoft(Pty) Ltd22-Dec-09 20:50
professionalVimalsoft(Pty) Ltd22-Dec-09 20:50 
QuestionHow to open ms word document in asp.net? Pin
JC.KaNNaN19-Dec-09 3:46
JC.KaNNaN19-Dec-09 3:46 
AnswerRe: How to open ms word document in asp.net? Pin
Aman Bhullar20-Dec-09 18:39
Aman Bhullar20-Dec-09 18:39 
QuestionURL Redirect using httpredirectfilter.xml [modified] Pin
R@hul198518-Dec-09 22:41
R@hul198518-Dec-09 22:41 
Hi
I am working on a website in struts. For URL redirection, httpredirectfilter java interface is used in thos website. All the redirections are working fine, except one for which I sought for your help.

Currently, we have 3 locales in my site that work on 2 Top Level Domains.

Locale Names
     en_US ------ For US

     en_CA ------ For Canada

     fr_CA ------- For Canada

Top Level Domain (TLDs)

     .com

     .ca


Currently all the locales work in conjunction with both the TLDs. This is affecting our GA tracking, so we decided to restrict Canada locales to .ca TLD and US locale to .com TLD. For this purpose, I made code modifications in two of the files, httpredirectfilter.xml & .htaccess. I tested these modifications in our local environment and they work good. However, when I push them to production site, these modifications are not reflected in the live site. Not able to understand the reason for this. Hosting company says there is no configuration on their end which stops redirection. So I seek to work with you to check if this is a permission issue. In case, if its something different from permission issue, please let me now on that.

I am using following code in httpredirectfilter.xml for redirection:
<redirect match="^www.mysite.com/en_CA/(.*)$" target="http://www.mysite.ca/en_CA/$1"
permanent="yes" enitre-url="yes />


I'll be grateful for any help provided

modified on Sunday, December 20, 2009 12:48 AM

Questionuser account activation Pin
kirankumar123118-Dec-09 14:24
kirankumar123118-Dec-09 14:24 
AnswerRe: user account activation [modified] Pin
plecco22-Dec-09 9:04
plecco22-Dec-09 9:04 
QuestionVS 2008 Web Deployment Pin
April Unni17-Dec-09 7:48
April Unni17-Dec-09 7:48 
AnswerRe: VS 2008 Web Deployment Pin
Aman Bhullar17-Dec-09 18:15
Aman Bhullar17-Dec-09 18:15 
GeneralRe: VS 2008 Web Deployment Pin
April Unni21-Dec-09 3:47
April Unni21-Dec-09 3:47 
GeneralRe: VS 2008 Web Deployment Pin
DuneAgent21-Dec-09 13:03
DuneAgent21-Dec-09 13:03 
GeneralRe: VS 2008 Web Deployment Pin
April Unni22-Dec-09 5:04
April Unni22-Dec-09 5:04 
GeneralRe: VS 2008 Web Deployment Pin
DuneAgent22-Dec-09 5:13
DuneAgent22-Dec-09 5:13 
QuestionDynamically Added form controls using Javascript do not get recognized as form elements? Pin
malvik17-Dec-09 6:16
malvik17-Dec-09 6:16 
AnswerRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
John Bracey17-Dec-09 7:03
John Bracey17-Dec-09 7:03 
GeneralRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
malvik17-Dec-09 8:15
malvik17-Dec-09 8:15 
GeneralRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
John Bracey17-Dec-09 9:09
John Bracey17-Dec-09 9:09 
GeneralRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
malvik17-Dec-09 9:40
malvik17-Dec-09 9:40 
GeneralRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
John Bracey17-Dec-09 10:13
John Bracey17-Dec-09 10:13 
GeneralRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
malvik17-Dec-09 10:16
malvik17-Dec-09 10:16 
GeneralRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
John Bracey17-Dec-09 10:21
John Bracey17-Dec-09 10:21 
GeneralRe: Dynamically Added form controls using Javascript do not get recognized as form elements? Pin
User 171649217-Dec-09 10:45
professionalUser 171649217-Dec-09 10:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.