Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
Offline
Re: upgrading static site to txp site, seo question
Could you post the URLs and your redirects?
Offline
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