Convert a site from .html to .php

Now my site has become big enough for me to consider it necessary to convert pages to php pages to help me update it in the future. The problem is that my site has several links to it on different sites on the Internet. For example, these links point to www.example.com/page1.html, but the page will now be renamed to www.example.com/page1.php

How can people get around this? Just redirect html page to php page? Are there any alternatives? Does it make any difference to SEO?

thank

+5
source share
6 answers

, - .html PHP. , , .html php .

, , "PHP script". , <?php ... ?> , /, PHP.

html- SAMPLES php-, , PHP.

, PHP, URL- ".html". - .

+3

301 ( SEO) URL-, page1.html page1.php .

. htaccess ( , apache -)

+1

, , Dreamweaver, . .

:)

0

Marc B,

, "PHP script". , , /, PHP.

, , html php , <?php <DOCTYPE html!>, ?> , </html> example.php, example.html

Windows8 , "" , " ". example.html , .jpg,.mp3 .., , example.php, example.php.html .html , . .

0

, CodeIgniter ( kickass php).

, CodeIgniter URL suffix.

-1

All Articles