|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I would like to find someone who could give me the code for a redirect. I am hosted on a linux/apache server and I want my short url to redirect to the long url as seen when you click on this: http://google.com Thanks if you have this information, -Aaron Last edited by nedesign : November 5th, 2003 at 12:32 PM. |
|
#2
|
||||
|
||||
|
Put this in your .htaccess file for your http://yourdomain.com site:
Redirect 301 / http://www.yourdomain.com/this_is_my/long_url.html Wrong forum BTW... - Shawn
__________________
Free Keyword Ranking & Keyword Suggestion Tool Search Engine Forums where you are paid to be a user Western Union | eBay |
|
#3
|
|||
|
|||
|
Yes, but this forum is well visited sorry, there was a great need thanks.
|
|
#4
|
||||
|
||||
|
This will also work ...
RewriteCond %{HTTP_HOST} ^yourdomain\.com [NC] RewriteRule ^(.*) http://www.yourdomain.com/$1 [R=301,L] Gringo. P.S. And post changed to correct forum. Last edited by Gringo : November 6th, 2003 at 03:17 AM. |
|
#5
|
|||
|
|||
|
Yep, thanks gringo a mod_rewrite fixed it and now I am ready to rock!
Thanks, -Aaron |
![]() |
| Viewing: SEO Chat Forums > Other > HTML Coding > 301 redirect code needed |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|