GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Help with 301 redirects. (https://gfy.com/showthread.php?t=964542)

The Dawg 04-20-2010 08:41 PM

Help with 301 redirects.
 
If I have:

http://www.domain.com/ford-cars/ford-focus/

how do I 301 redirect it to:

http://www.domain.com/Ford_Cars/Ford_Focus/


:helpme:

CYF 04-20-2010 08:45 PM

RedirectPermanent /ford-cars/ford-focus Ford_Cars/Ford_Focus/

this should work in apache, ymmv

CYF 04-20-2010 09:04 PM

RedirectPermanent /ford-cars/ford-focus /Ford_Cars/Ford_Focus/

I should have put a / in front of Ford_Cars

XSV 04-20-2010 09:09 PM

Try these sites if you still need help or need to do it with .htaccess.

http://www.htaccessgenerator.net/#a_redirect

http://www.htmlbasix.com/customerrorpages.shtml

gwidomains 04-20-2010 09:11 PM

Redirect 301 /ford-cars/ford-focus/ http://www.domain.com/Ford_Cars/Ford_Focus/

(you'll need the standard .htaccess header already organized)

fris 04-20-2010 09:13 PM

curious why

The Dawg 04-20-2010 09:13 PM

Quote:

Originally Posted by CYF (Post 17058503)
RedirectPermanent /ford-cars/ford-focus Ford_Cars/Ford_Focus/

this should work in apache, ymmv

RedirectPermanent causes an Internal Server Error.

This worked, redirected fine:

RewriteRule /ford-cars/ford-focus Ford_Cars/Ford_Focus/ [L,R=301]

BUT, if I add this line:

RewriteRule /ford-cars Ford_Cars/ [L,R=301]
RewriteRule /ford-cars/ford-focus Ford_Cars/Ford_Focus/ [L,R=301]

All of the lines after it stop working and just redirect to domain.com/Ford_Cars/

:(


All times are GMT -7. The time now is 05:37 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123