Moving From Windows to Linux: SEO ISSUE

1 replies
So I have to move a site over from a windows server to a linux one (Joomla). I want to retain all the page names (sub pages are .html) and the home page (which has a nice PR) is named default.asp. If I name it index.html then I fear losing all PR as Google will see it as a new page. Is this right?

Is there any way to retain the default.asp on a linux server?

Thanks

Slap
#issue #linux #moving #seo #windows
  • Profile picture of the author wasabi20
    HI there,

    You can use htaccess (URL REWRITING) to let your server interprated the .asp as .php !

    Example:

    RewriteRule (.*)\.asp$ $1.php [R=301,L]
    {{ DiscussionBoard.errors[5025815].message }}

Trending Topics