![]() |
![]() |
![]() |
|
|||||||
| Search Engine Optimization Want to improve your site rank and positions? Then this forum is definitely for you. Read link exchange and search engine optimization tips and tricks. Get more power with new SEO tools discussed here. Get professional advice and more... DO NOT POST YOUR LINK EXCHANGE REQUESTS HERE OR INFORMATION ABOUT YOUR DIRECTORIES. They will be interpreted as spam and deleted. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Mar 2006
Posts: 40
![]() |
I have some incomming links to old folders, but the linked categories are not longer exist - so I want to redirect to the new category(ies). Example:
OLD: /Test-Cars/ should 301 to: http://www.xxxx.com/Cars/ Redirect 301 /Test-Cars/ http://www.xxxx.com/Cars/ >>>>>> DONT works Please can somebody help me? Thanks & KR gitschi |
|
|
|
|
|
#2 |
|
Join Date: Oct 2006
Posts: 31
![]() |
Hello gitschi
The mod rewrite 301 redirect that you would use: Code:
RewriteRule ^Test-Cars/(.*)$ http://www.xxxx.com/Cars/$1 [R=301,L] |
|
|
|
|
|
#3 |
|
Join Date: Mar 2006
Posts: 40
![]() |
|
|
|
|
|
|
#4 |
|
Join Date: Oct 2006
Posts: 31
![]() |
has to be before
SECTION # 1: Code:
# enable mod_rewrite
RewriteEngine on
RewriteRule ^Test-Cars/(.*)$ http://www.xxxx.com/Cars/$1 [R=301,L]
# SECTION 1
# correct urls for yahoo bot
RewriteCond %{REQUEST_URI} !\..+$
RewriteCond %{REQUEST_URI} !/$
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
# SECTION 2
# mod_rewrite rules for ROOT category
RewriteRule ^index([0-9]+).html$ index.php?category=0&page=$1 [QSA,L]
...........
|
|
|
|
|
|
#5 |
|
Join Date: Mar 2006
Posts: 40
![]() |
Thanks aafo > work fine now ..
KR gitschi |
|
|
|
|
|
#6 |
|
Join Date: Aug 2011
Posts: 5
![]() |
can we do all these redirect from cpanel ? i am facing difficulties in creating .htaccess file
|
|
|
|
|
|
#7 |
|
Tech Support
Join Date: Oct 2010
Posts: 66
![]() |
jamhassan110
no but you can disable mod_rewrite in admin panel if you cannot configure server with .htaccess |
|
|
|
|
|
#8 | |
|
Join Date: Nov 2011
Posts: 1
![]() |
Quote:
Thanx Jassica Last edited by Greg; 11-22-2011 at 02:55 PM. Reason: removed link |
|
|
|
|
|
|
#9 |
|
Join Date: Dec 2011
Posts: 81
![]() |
301 redirect again is permanent redirection of any link to another link.
|
|
|
|
|
|
#10 |
|
Join Date: Sep 2011
Posts: 25
![]() |
Oh, so that's why it won't run no matter what i do.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|