Hey all,
Moved the LAST WEBSITE from WF over to OpalStack (hurrah!) as I wanted to close my WF account as soon as possible.
The reason why I left this last was because of how old the website is (11 years ago!!) and some codes was configured to make this to work.
Let me give you an history...
On WF, this is set up as Static/CGI/PHP-5.6
In the root, I have these lines in .htaccess
Options +ExecCGI +FollowSymLinks -Indexes -MultiViews
AddHandler php53-cgi .htm .html .php
This made my file includes to work fine. For example
<?include("./inc/metatags.inc.php")?>
Obviously this now no longer works on PHP 5.6 and the lines above for .htaccess was added by WF staff to get this to work.
So, now that it's on OpalStack, what do I need to get this to work?
Thanks,