Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
tlbrown4567
Joined: Eons Ago
# Posts: 20
|
Posted: 2007-Oct-12 16:28
Has anyone ever heard of this. When I setup a 30 redirect, it creates an error on my site's signup sheet. When someone types in their info on my signup sheet it give them an error and i never receive theor info. I know its directly linked to the 301 redirect because when I delete the 301 code from my htaccess file the issue goes away.
Please advise!
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2007-Oct-12 20:17
You'll probably need to set up an exception in the redirect to not apply to the form or script URL.
Make sure that the form is calling the right "version" of the script: www or non-www as required.
The POST operation can't usually operate through a redirect.
|
 |
usaweb
Joined: Aug 14, 2007
# Posts: 12
|
Posted: 2007-Oct-23 16:20
hi friends,
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2007-Oct-23 18:51
Sure it is, but that wasn't the question.
|
 |
rpeddle99
Joined: Oct 24, 2007
# Posts: 5
|
Posted: 2007-Oct-26 13:05
hey mod
a paste from a info site that tells how to redirect from their engine:
A URL may contain commands that "redirect" the crawler to a different URL. This may be done with the HTML command:
< META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.your page address here.html" >
never underestimate how dumb people like me are.
you are very technical, and that is cool. most just want a suggestion on what to insert into different places.
so I suggest this kind of help desk.
If they do not even know where to put this script, who cares.
sometimes I ask dumb stuff just to see if anyone is listening.
peds
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2007-Oct-26 13:12
That's a meta refresh redirect. The page returns a 200 OK status and that meta data within the page content. The browser implements that redirect.
A 301 redirect is issued by the server. The server sends the HTTP Status Code of 301 and the URL of where to go to get the new content.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|