Results 1 to 5 of 5
-
20th Dec 2011, 06:03 AM #1OPMemberWebsite's:
WarezDownloads.us Crackcentral.co.ukHow to Redirect using htaccess
I started a new website which was an IPB forum (Pages indexed by google)
I want to redirect the pages to my new sites homepage to avoid crawl errors.
old forum thread starts like domain.com/topics/*******
What to add in htaccess in order to implement it.AJ Blacklisted Reviewed by AJ Blacklisted on . How to Redirect using htaccess I started a new website which was an IPB forum (Pages indexed by google) I want to redirect the pages to my new sites homepage to avoid crawl errors. old forum thread starts like domain.com/topics/******* What to add in htaccess in order to implement it. Rating: 5
-
20th Dec 2011, 06:09 AM #2It begins...
You want any and all pages to redirect to your new site's root/home page only?
-
20th Dec 2011, 06:11 AM #3OPMemberWebsite's:
WarezDownloads.us Crackcentral.co.uk
-
20th Dec 2011, 07:08 AM #4Banned
RedirectMatch 301 ^/topics/.*$ http://www.new-domain.com
-
20th Dec 2011, 08:38 AM #5It begins...Code:
RewriteEngine On RewriteRule ^(.*)$ http://mysite.com [L]
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to rewrite/redirect a folder name with .htaccess
By GBot in forum Whitehat SEOReplies: 0Last Post: 14th Dec 2013, 07:16 AM -
.htaccess redirect
By batori in forum Webmaster ResourcesReplies: 6Last Post: 29th Sep 2012, 05:14 PM -
Redirect from one site to another site using .htaccess
By NaHoW in forum Web Application/Script SupportReplies: 0Last Post: 17th Sep 2012, 05:37 PM -
.htaccess 302 redirect
By av0id in forum Technical Help Desk SupportReplies: 2Last Post: 6th Mar 2012, 01:52 AM
themaRegister - register to forums...
Version 3.54 released. Open older version (or...