PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, December 31, 2021

[FIXED] Is it good to develop the static websites using CI?

 December 31, 2021     codeigniter, html     No comments   

Issue

I would like to know your opinion on developing a .html web pages site using code igniter? Is it good to develop static sites/pages.html using CI?

I am considering this for developing a secure static site. often my website is attacked by spammers (injecting external code put in and redirects to some other sites) etc.,

Also thinking to implement better SEO with CI.

what do you think experts?


Solution

Developing a complete static website in CI with just HTML pages is going way too overboard. Using a framework does not automatically take care of all security issues - it just makes it a lot easier to handle rudimentary security related issues with user input.

If there will be no server side or database interaction, the scope of your security will be limited to the server on which you're hosted on (and your passwords obviously).

SEO with static pages will not be better than the CI counterpart and vice versa. This will be entirely up to how you code the site and what sort of relevant data you offer and other various external variables that are associated with SEO (like in bound links). However, a static website, implies static content, which in turn implies slow updating of content or lack thereof - which search engines hate.



Answered By - Russell Dias
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing