Quote:
Originally Posted by hornyasf
Is there even a benefit to having all HTML files?
|
Lol, I was thinking the same.
Not sure why you would use html files instead of php in the first place.
If you don't like the "looks" of the url, for example, yourdomain.com/pagepoop.php, you can easily change it to /pagepoop or even /pagepoop.html for that matter, with your .htaccess file.
You can use a html template and make like a default layout for your page(s), which you re-use for each page. For example, where you want the header menu, you use <?php include("headermenu.php"); ?>. Same for the sidebar and page content etc.