Hi everyone
I'm working on my new site (a free pics and vids), is there another way to built a dynamic site then using PHP because i don't want to rename all my pages to .php . I saw other websites with dynamic menu, ad space, refferrer list... all the stuff added to all pages of the site and they use .html
If they use javascript to add HTML to their pages, how it work, because when check the source code of their pages, I see HTML codes. Is Google bot can see their HTML codes for SEO reasons?
I want to use javascript to include HTML codes to my pages like I did with PHP
Maybe I miss something, I need some help, Thanks
I'm working on my new site (a free pics and vids), is there another way to built a dynamic site then using PHP because i don't want to rename all my pages to .php . I saw other websites with dynamic menu, ad space, refferrer list... all the stuff added to all pages of the site and they use .html
If they use javascript to add HTML to their pages, how it work, because when check the source code of their pages, I see HTML codes. Is Google bot can see their HTML codes for SEO reasons?
I want to use javascript to include HTML codes to my pages like I did with PHP
Maybe I miss something, I need some help, Thanks

You can set up your webserver to parse html files for php code very easily. Or you can set up your webserver to call the equivalent .php document if you call an .html ( like index.html still points to an index.php ) . And a few more options.

Comment