Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 04-17-2005, 09:38 PM redirect help
Junior Talker

Posts: 2
Trades: 0
hi im trying to redirect my website thru cpanel to this link http://www.info-land.com/affiliates...?aff=gambler100 but i get this one i click on it after redirecting http://info-land.com/affiliates/por...faff=gambler100 anyone know how to fix it
gambler100 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-17-2005, 10:02 PM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
Is the problem that it's striping the question mark?

It's hard to tell the difference with the ...'s in your links.
__________________

Please login or register to view this content. Registration is FREE
(
Please login or register to view this content. Registration is FREE
)

Please login or register to view this content. Registration is FREE
's Website
ppedersen is offline
Reply With Quote
View Public Profile
 
Old 04-17-2005, 10:31 PM
Junior Talker

Posts: 2
Trades: 0
yea the ? part is changed in this link info-land.com/affiliates/portal.php?aff=gambler100
gambler100 is offline
Reply With Quote
View Public Profile
 
Old 04-18-2005, 04:36 PM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
I'm not sure of the cpanel answer to that one... Hopefully someone else will.

You could always do a redirect with the Apache .htaccess file. You do it by adding the following code to Notepad and saving it as .htaccess (I think this is the correct code)

PHP Code:
RewriteEngine on
RewriteRule   
^/~(.+)  http://www.info-land.com/affiliates...?aff=gambler100 
After you do that, upload the file to the root of your site (or whatever folder you want to redirect from) and it should redirect. The documentation is at: http://httpd.apache.org/docs/misc/rewriteguide.html

NOTE: If you don't see the .htaccess after you have uploaded it to your site, you will need to add "-al" (don't include quotation marks) to your LIST parameters in your FTP settings. This tells your FTP program to LIST files/folders that start with a dot.

...ACTUALLY, you may want to ad "-al" to your LIST parameters before you upload the .htaccess file to see if it is already there. You may not want to overwrite it. If it is there, just add the lines I wrote to it.

Hope that helps.
__________________

Please login or register to view this content. Registration is FREE
(
Please login or register to view this content. Registration is FREE
)

Please login or register to view this content. Registration is FREE
's Website
ppedersen is offline
Reply With Quote
View Public Profile
 
Old 04-19-2005, 09:06 PM
Novice Talker

Posts: 10
Trades: 0
A simple way to do it is through a meta redirection, just insert this line your index.html (or whatever page you want to redirect):

Code:
<meta http-equiv="refresh" content="0;url=Where-You-Want-to-Redirect-To.html">
In your case, i guess it would be :
<meta http-equiv="refresh" content="0;url=http://info-land.com/affiliates/portal.php?aff=gambler100 ">
__________________
Warm Regards,
WebGuy
ANTARAMEDIA | explore the possibilities

Please login or register to view this content. Registration is FREE
antaramedia0com is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to redirect help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23738 seconds with 12 queries