Help with redirect after changing html pages to php

1 replies
Hello!

I'm in the process of changing my site. Almost all my old pages will be changed from .html to .php
Do I need to redirect old .html pages to new .php ones and if yes how do I do that?

Thank you!!!
#changing #html #pages #php #redirect
  • Profile picture of the author rwil02
    Using .htaccess:

    You can do a ModRewrite, so the HTML pages appear to be still in place (map the .html to .php on the fly)

    Or you can do a 301Redirect to the new page.
    Signature

    Roger Willcocks
    L-Space Design
    Please vote to help me win a 3kW solar array

    {{ DiscussionBoard.errors[115301].message }}

Trending Topics