Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2008-01-12 00:56:49

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: upgrading static site to txp site, seo question

ive put the redirects in the .htaccess file its working pretty good for me but 100%. For instance it doesnt seem to work in safari at all.

Last edited by kvnmcwebn (2008-01-12 00:57:08)


its a bad hen that wont scratch itself.
photogallery

Offline

#17 2008-01-12 01:01:26

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: upgrading static site to txp site, seo question

For instance it doesnt seem to work in safari at all.

What does your .httaccess contain? Could help to solve this ;)

And one another thing: have you clear your browser’s cache?

Cheers!

Last edited by Gocom (2008-01-12 01:02:31)

Offline

#18 2008-01-12 01:04:10

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: upgrading static site to txp site, seo question

Could you post the URLs and your redirects?

Offline

#19 2008-01-12 16:29:16

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: upgrading static site to txp site, seo question

doh! i hadnt cleared the cache it in safari…. sorry

heres my htaccess file anyway.

#DirectoryIndex index.php index.html

Redirect 301 /pensioins.htm http://www.url.ie/pensions
Redirect 301 /protection.htm http://www.url.ie/protections
Redirect 301 /corporate.htm http://www.url.ie/business/
Redirect 301 /inheritance.htm http://www.url.ie/inheritance-tax/
Redirect 301 /contactus.htm http://www.url.ie/business/
Redirect 301 /aboutus.htm http://www.url.ie/About-Us/
Redirect 301 /mortgages.htm http://www.url.ie/Mortgages/11/the-mortgage-centre
Redirect 301 /staff.htm http://www.url.ie/Meet-The-Team/

#Options +FollowSymLinks
#Options -Indexes

<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/

RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php
</IfModule>

#php_value register_globals 0

Last edited by kvnmcwebn (2008-01-12 16:30:50)


its a bad hen that wont scratch itself.
photogallery

Offline

Board footer

Powered by FluxBB