I want to know what is the difference between joomla based website and php...
I noticed joomla sometimes used .html at its url for seo.

I have made this joomla website http://linuxrise.com and want to know your opinion about this...
thank you...

Recommended Answers

All 4 Replies

Joomla can use .html sometimes because the php can generate it.

Indeed. There are many addons for Joomla, some of which can rewrite the URL's. The main advantage over your own PHP script is that you know what's gone into it, a bit like a cake. Joomla is very famous for serious injection flaws, a quick Google search will pull up many results.

Thank you...

Member Avatar for diafol

I want to know what is the difference between joomla based website and php...
I noticed joomla sometimes used .html at its url for seo.

I have made this joomla website http://linuxrise.com and want to know your opinion about this...
thank you...

The site loads extremely slowly, in fact the homepage didn't finish loading. I've got a few joomla sites and have decided to dump them due to the excessive load times. They seem to use a lot of js and css files. As you've noticed, Joomla has a great advantage on being modular with the ability to add plug-ins/modules directly from the cp. However, it comes at a cost (as mentioned). The more modules installed (especially if you use Joomfish! localization), the more difficult the administration.

You can produce your own php files with html extensions without having to resort to CMS.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.