We have a web site that is running on Windows platform and pages have asp extenstions although no real asp features, meaning if you changed the extention to html it would still load correctly.
My question is, if the site is moved to Linux can we simply change .asp to .php? If so how will this affect server side includes?
I did a test doing just that (changing the way php calls includes and renaming page to php) and got errors but didn't know if it was cuz it was on a windows platform and would clear once in moved to Linux. Thanks
My question is, if the site is moved to Linux can we simply change .asp to .php? If so how will this affect server side includes?
I did a test doing just that (changing the way php calls includes and renaming page to php) and got errors but didn't know if it was cuz it was on a windows platform and would clear once in moved to Linux. Thanks