Jump to content

Pulsed Media Legacy Products

From Pulsed Media Wiki


This page lists Pulsed Media product URLs that are now retired and 301-redirect to current equivalents. The redirects are maintained in the apex `/.htaccess` and the WHMCS `/clients/.htaccess` so that inbound links from forum posts, archived pages, and search-engine indexes continue to work.

Historical product specifications are not exhaustively documented here. This is a reference for URL-to-current-product mapping only.

Current 301 redirect map (apex /.htaccess)

Old URL 301 → Current URL Era
/2009plus.php /managed-dediseedbox.php ~2009 line of premium managed plans
/2009plus-old.php /managed-dediseedbox.php Variant of /2009plus.php
/2009plus-us.php /managed-dediseedbox.php US-region variant
/unmetered-dedicated-servers-100mbps.php /dedicated-servers-finland.php Legacy 100Mbps dedicated tier
/kimsufi.php /dedicated-servers-finland.php Competitive name for budget dedicated, retired
/vps.php /dragon-r-20gbps-rtorrent-seedboxes.php Early VPS offering, replaced by Dragon-R semi-dedicated series
/burst-ssd-seedbox.php /ssd-seedbox.php Burst-mode SSD plan, consolidated into SSD seedbox
/personal-vps-1gig.php /minidedi-dedicated-servers-finland.php Renamed to Minidedi
/100tb-1gbps-dedicated-servers.php /dragon-r-20gbps-rtorrent-seedboxes.php High-bandwidth dedicated, now Dragon-R
/personal-dedicated-servers.php /dedicated-servers-finland.php Renamed for clarity
/seedbox-hosting-m1000.php /ssd-seedbox.php Old naming convention
/seedbox-hosting-m1000ssd.php /ssd-seedbox.php Old naming convention
/seedbox-hosting-v1000.php /plans.php Old naming convention; now part of plans index
/seedbox-hosting-v10g.php /value10g-seedbox.php Old naming convention; specials still reference v10g
/seedbox-hosting-m10g.php /plans.php Old naming convention
/seedbox-hosting-dragon.php /dragon-r-20gbps-rtorrent-seedboxes.php Old short name for Dragon-R
/storage-box.php /storage-boxes.php Singular → plural canonical URL
/dedicated-server.php /dedicated-servers-finland.php Singular → "in Finland" canonical URL

Why these redirects exist

  • Inbound links from forum posts (LowEndTalk threads, Reddit, blog comments) and email signatures from years prior still point to the old URLs.
  • Search engines indexed the old URLs and gradually transfer ranking signals via 301 to the new URLs.
  • Permanent 301 preserves SEO equity that would otherwise be lost on hard URL changes.

Maintenance

When retiring a product page:

  1. Add a `Redirect 301 /old-url.php /current-url.php` line to `/home/billing/wwwReal/.htaccess`
  2. Remove the old .php file from the document root (the 301 catches the URL regardless)
  3. Update this wiki page with the new mapping entry
  4. Verify the 301 returns HTTP 301 + correct Location header

See also