jesperfrier - Posts

Return to advanced search

Re: .htaccess Redirect 301

Thanks!
Unfortunately, I'm still stuck on phpBB2 ... :wink:

Can you by any chance recommend assistance with upgrading from phpBB2 -> phpBB3?
The main goal is preserving the Google indexed pages. I will of course pay for the services.
by jesperfrier
Wed Apr 01, 2009 7:12 am
 
Forum: phpBB mod Rewrite
Topic: .htaccess Redirect 301
Replies: 4
Views: 831

Re: .htaccess Redirect 301

Solved the issue by using RewriteRule:

Code: Select all
RewriteRule ^phpBB2/partners-only-f17\.html$ http://www.emailsignature.eu/phpBB2/office-add-on-partners-only-f17.html [R=301,L]
by jesperfrier
Wed Mar 25, 2009 8:34 pm
 
Forum: phpBB mod Rewrite
Topic: .htaccess Redirect 301
Replies: 4
Views: 831

.htaccess Redirect 301

I am renaming forums and need to redirect old URLs to new URLs to avoid duplicate content. I have renamed one of the hidden forums to TEST this Redirect: Redirect 301 /phpBB2/partners-only-f17.html http://www.emailsignature.eu/phpBB2/office-add-on-partners-only-f17.html The response is "301 Mov...
by jesperfrier
Tue Mar 24, 2009 8:42 pm
 
Forum: phpBB mod Rewrite
Topic: .htaccess Redirect 301
Replies: 4
Views: 831

Return to advanced search