Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

Easy Date   World's Leading Outsourcing Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 04-26-2008, 07:27 PM   #1 (permalink)
Contributing Member
 
Join Date: 10-13-03
Posts: 128
iTrader: 0 / 0%
Latest Blog:
None

ParLawGod is liked by many
Problem with a redirect...

Hi - I have done redirects before with no problems, but this one is throwing me for a loop.

My old forum was located at /forum and my new forum is located at /community - everything is redirecting properly, EXCEPT for people's profiles.

For example:

old profile is http://www.alftv.net/forum/profile.p...wprofile&u=121
new profile is http://www.alftv.net/community/membe...wprofile&u=121

I want to get /forum/profile.php..... to redirect to /community/memberlist.php.....

How would I get it to redirect???

Thank you in advance for any help, it is greatly appreciated.
ParLawGod is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 04-26-2008, 08:07 PM   #2 (permalink)
Contributing Member
 
Join Date: 06-29-07
Posts: 93
iTrader: 0 / 0%
Latest Blog:
None

roger_d is liked by many
Quote:
Originally Posted by ParLawGod View Post
Hi - I have done redirects before with no problems, but this one is throwing me for a loop.

My old forum was located at /forum and my new forum is located at /community - everything is redirecting properly, EXCEPT for people's profiles.

For example:

old profile is http://www.alftv.net/forum/profile.p...wprofile&u=121
new profile is http://www.alftv.net/community/membe...wprofile&u=121

I want to get /forum/profile.php..... to redirect to /community/memberlist.php.....

How would I get it to redirect???

Thank you in advance for any help, it is greatly appreciated.
I would expect something like this to work (you didn't show your .htaccess entry)

redirect 301 /forum/profile.php http://www.alftv.net/community/memberlist.php

This should redirect url's with parameters I would think.
roger_d is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2008, 08:22 PM   #3 (permalink)
Contributing Member
 
Join Date: 10-13-03
Posts: 128
iTrader: 0 / 0%
Latest Blog:
None

ParLawGod is liked by many
That was the first thing I tried, but that did not work.

Here is the .htaaccess entry:

Quote:
RewriteEngine on

RedirectMatch permanent ^/buyalfstuff.html$ http://www.alftv.net/merchandise.html

RedirectMatch permanent ^/alffiles.html$ http://www.alftv.net/alfdvd.html

RedirectMatch permanent ^/castinformation.html$ http://www.alftv.net/castandcrew.html

RedirectMatch permanent ^/crazymoments.html$ http://www.alftv.net/

RedirectMatch permanent ^/episodeguide.html$ http://www.alftv.net/episodeguides.html

RedirectMatch permanent ^/index2.html$ http://www.alftv.net/

RedirectMatch permanent ^/classifieds.html$ http://www.alftv.net/forum

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^pictures/talkshow.html$ http://www.alftv.net/pictures/talkshow [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^resume.doc/?$ http://jeremiaheis.com/resume.pdf [R=302,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/forum/scrollingtopics2.php$ http://www.alftv.net/community/scrollingtopics2.php [R=302,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/forum/?(.*)$ http://www.alftv.net/community/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/talkshow.html$ http://www.alftv.net/pictures/talkshow [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/projectalf.html$ http://www.alftv.net/pictures/projectalf [R=301,L]

ErrorDocument 404 /500.shtml

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/episodeideas.html$ http://www.alftv.net/fanfiction.html [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/sitcom.html$ http://www.alftv.net/pictures/sitcom [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/pictures/alfcartoons.html$ http://www.alftv.net/pictures.html [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^upcomingperformances.html$ http://www.jeremiaheis.com/schedule.html [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/forum/profile.php$ http://www.alftv.net/community/memberlist.php [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^alftv/community/profile.php$ http://www.alftv.net/community/memberlist.php [R=301,L]
ParLawGod is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-26-2008, 09:05 PM   #4 (permalink)
Contributing Member
 
Join Date: 06-29-07
Posts: 93
iTrader: 0 / 0%
Latest Blog:
None

roger_d is liked by many
The simple redirect worked for me. (I built a forums and community subdirectory and it redirected with and without parameters.)

This also worked.

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^forum/profile.php http://www.alftv.net/community/memberlist.php [R=301,L]

If non of this works I would comment everything out and get the single redirect working, then uncomment one line at a time until you find the conflict.

Good luck,
roger_d is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB 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
session problem with redirect I like pie Coding Forum 14 08-29-2006 08:25 AM
.htaccess redirect problem..! Immo Coding Forum 16 08-03-2006 04:02 AM
Coding Problem URL redirect Chris1974 Coding Forum 5 04-04-2006 07:49 AM
Small Apache redirect problem waqqas31 Dedicated Servers 4 05-31-2004 05:41 PM
Redirect Problem Cibok Web Design Lobby 1 11-29-2003 03:29 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 09:41 AM.
© Copyright 2008 V7 Inc