473,325 Members | 2,872 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

What do I need to do to redirect my page?

I changed the real domains to domain since this is a public forum. This site is on another server now. Changing the URL after action does not work and I'm pulling my hair out. Thanks for your help in advance.

Expand|Select|Wrap|Line Numbers
  1. <form name="form" method="POST" action="http://example.org/fx/cfx.php" onsubmit='document.form.mstrPage.value = document.location.href;'>
  2.               <input type="hidden" name="redirect" value="http://example.org/autoreply/index.html">
  3.               <input type="hidden" name="mstrPage" />
  4.               <input type="hidden" name="subject" value="Contact form." />
  5.               <input type="hidden" name="require" value="Name,EMail_Address,comments,phone" />
  6.               <input type="hidden" name="security_check" value="<?php echo $enc_code?>" />
Jan 19 '11 #1
1 1638
nothing worry dear........
just make your path relative not an absolute path...
please remind this :: never use absolute path in page

in your code you had used two time absolute path just change it to this relative path......

your code action="http://example.org/fx/cfx.php"
change like this
action = "cfx.php"

Your code value="http://example.org/autoreply/index.html"
change like this
value = "index.html"


Bharat Parmar(Bharat383)
Apr 21 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Sean Pinto | last post by:
My hosting company has an automatic redirect page called /missing/missing.php and I want to log all of the page not founds that result in a redirection to missing.php. I can't seem to find out how...
3
by: Sean Berry | last post by:
Hi there. I am relativly new to Python CGI and need a question answered. I have made custom 404 error pages and have them in various web directories. I have not been able to figure out a way...
1
by: Umesha | last post by:
Hello pals, I have one problem, how to redirect the user from intro page to the main page, once user visits the site. If user visitng first time the intro page has to be shown, then further...
4
by: shapper | last post by:
Hello, I am using the following code line in my VB code to redirect to another page inside my web site: Response.Redirect("Message.aspx") I am getting the error: The page isn't redirecting...
7
by: Abubakar | last post by:
Hi, I'm viewing this stack overflow help page ( http://support.microsoft.com/kb/315937 ) at the ms support site. I cant say I understand the concept of a "page" the way its used in this...
3
by: Jason | last post by:
Matt suggests: <BODY onload="window.scrollTo(x,y)"> However I am linking to Google Images so I can't modify their page code. Is there a way to link from frame a to frame b so that the...
1
by: thirunavukarasukm | last post by:
i created one web form the form contain two label box and text box in the form one button is placed i click the button the page redirect to next page window.location.href="fdfgd.com";
9
by: JCCDEVEL | last post by:
Hi All, I'm trying to do the following: 1) ON a php page, calculate fees based upon user entires. I'm calculating it in a javascript function and that is working well. However, I need to take...
4
by: sva0008 | last post by:
Hi, How do i redirect page in the javascript function? I am using Response.redirect ("LoadDetail_DS.asp"); but it gives me error : 'Response' is undefined. Thanks
4
by: furqi | last post by:
I am currently a beginner in asp.net i am currently watching msdn videos of "beginners developers learning" i am on the topic of application state so i got confused on a topic of "cross page...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.