Help with redirect after changing html pages to php

by 1 replies
2
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!!!
#programming #changing #html #pages #php #redirect
  • 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.
  • Banned
    [DELETED]
  • [DELETED]

Next Topics on Trending Feed