I have a Hindi magazine site hosted on Joomla. Although useful in terms of publishing, the site was a nightmare for maintenance. Joomla is so vulnerable to hacker attacks. My host often closes my site due to bots attacking my site. I recently restarted the site as a new Wordpress site with a different name. Therefore, a Joomla-based website will never be updated. However, I want to keep the old content. I used PHP, but hardly a powerful user.
I want to convert files like plain HTML. I created a website mirror using HTTrack. But because Joomla had multiple URLs for the same page (if you used the SEF URL plugin that you understand), the mirror is filled with redundant content. In addition, I have repeating HTML content (for the title, footer, menu, etc.) on each page.
My questions:
- Which option is better, create a static HTML site or PHP4.x pages (with Unicode content and PHP snippets included for duplicate content)?
- If the latter is better, should I use a template system like Smarty? I'm worried about caching, as the content is unlikely to be updated. I want caches to last forever.
Thanks for the help.
source share