redirection that is unnoticable. how?

This is a discussion on "redirection that is unnoticable. how?" within the Web Page Design section. This forum, and the thread "redirection that is unnoticable. how? are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old May 13th, 2006, 15:50
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 160
Blog Entries: 2
Thanks: 2
Thanked 3 Times in 3 Posts
redirection that is unnoticable. how?

i need to redirect www.stjohnsspalding.org to cps.jocnet.co.uk/church/ , but dont have a control panel for the address.

is there a way i can do it with HTML without people noticing they have been changed?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 13th, 2006, 16:20
Up'n'Coming Member
Join Date: Mar 2006
Location: East Sussex, UK
Age: 20
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Re: redirection that is unnoticable. how?

add this to your page:

Code: Select all
<META HTTP-EQUIV=Refresh CONTENT="1; URL=cps.jocnet.co.uk/church">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 13th, 2006, 17:05
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: redirection that is unnoticable. how?

Quote:
Originally Posted by darryladie
add this to your page:

Code: Select all
<META HTTP-EQUIV=Refresh CONTENT="1; URL=cps.jocnet.co.uk/church">
Minor point but the Refresh needs to be in quotes, ie., "Refresh".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 13th, 2006, 17:24
Up'n'Coming Member
Join Date: Mar 2006
Location: East Sussex, UK
Age: 20
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Re: redirection that is unnoticable. how?

that'll teach me for blindly copying and pasting :$
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old May 13th, 2006, 17:34
Junior Member
Join Date: May 2006
Location: Manchester. UK
Age: 17
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Re: redirection that is unnoticable. how?

Perhaps .htaccess for this problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old May 13th, 2006, 17:48
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 160
Blog Entries: 2
Thanks: 2
Thanked 3 Times in 3 Posts
Re: redirection that is unnoticable. how?

can you explain HTaccess please? i thought that was for Password protection.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old May 13th, 2006, 18:15
Junior Member
Join Date: May 2006
Location: Manchester. UK
Age: 17
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Re: redirection that is unnoticable. how?

Me and .htaccess don't know each other too well I think the code for this is:

HTML: Select all
Redirect /theurlyouwanttodirect http://yoursite.com/index.php
Sorry if that is wrong as I have never personally used it. .htaccess can be used for loads from SSI and MIME to blocking IPS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old May 14th, 2006, 07:17
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,159
Blog Entries: 7
Thanks: 27
Thanked 19 Times in 16 Posts
Re: redirection that is unnoticable. how?

never use index.php, always use /

Google see's / (a folders root) and index.php as seperate resources.... so always use the ROOT. That way you keep page PR in your main sections and you dont serve up duplicate content. Hope this makes sense.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old May 16th, 2006, 00:18
New Member
Join Date: May 2006
Location: Vancouver BC
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: redirection that is unnoticable. how?

how about using <frame> to contain cps.jocnet.co.uk/church/ in the index page of www.stjohnsspalding.org ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old May 16th, 2006, 08:44
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,159
Blog Entries: 7
Thanks: 27
Thanked 19 Times in 16 Posts
Re: redirection that is unnoticable. how?

I was just going to suggest a frame.... a full page frame. This is the only you can do it without people seeing a change in the URL in the address bar.

Be warned however, people will not be able to bookmark individual pages.... only the frameset.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old May 20th, 2006, 17:23
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 160
Blog Entries: 2
Thanks: 2
Thanked 3 Times in 3 Posts
Re: redirection that is unnoticable. how?

that sound good.

i may try that!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
redirection, unnoticable

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Form Redirection madmax PHP Forum 4 Jun 4th, 2007 17:35
Frame redirection with PHP linchpin311 PHP Forum 2 May 17th, 2007 17:35
Upload redirection Ross PHP Forum 8 Feb 28th, 2007 23:32
Site Redirection Maverick25r Web Page Design 2 Oct 6th, 2006 12:33
redirection problem iamzoli PHP Forum 12 Apr 11th, 2004 08:48


All times are GMT. The time now is 03:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42