10 best Privacy Policy generator tools offer free as well as paid services to quickly generate a Privacy Policy and other statements for websites and apps. A Privacy Policy page is mandatory if your website or app collects personally identifiable information from visitors.
Tag » Redirection
site_url() and base_url() in CodeIgniter, Difference and when to Use
site_url() and base_url(), both are useful functions in CodeIgniter. However, developers get confused about what is the difference between them and when to use site_url() or base_url(). In this article, we’re explaining both and use scenarios.
5 Best User Registration, Login, Profile and Membership Plugins
User Registration, login, profile, and membership plugins allow visitors to easily register and edit profiles on WordPress websites. Also, as the owner, you want scalable user registration as well as enrich profiles for the growth of your business.
Redirect Old URLs to New and Change Address in Google Search Console
In case of a domain change of existing website, you need to redirect old URLs properly to the new domain. Also, inform Google through Search Console about this address change. This helps you to save your website’s rankings in Google Search Results appearance.
10 Better SEO Tips for Rankings Including WordPress
We’d like to share you self-experienced tips for better SEO and to bring more traffic to your website. These aren’t just 10 tips to improve the rankings of a website in Search Results. Rather, these are sort of our experience you should know while you’re doing hard efforts for better SEO and rankings.
No input file specified. Codeigniter & htaccess
I have few sites of clients running with Codeigniter and are hosted by different hosts including Godaddy, Host Gator and others. With few hosts I had problems with working of CI, whenever I tried to access the website, I just used to get a text in browser saying ‘No input file specified’ and no html as expected except this text.
Htaccess redirect www to non www. http & https
This article will provide you htaccess rules to redirect a www website to non www. I prefer to make rule regardless of using name of specific domain so no-where in this article I have used domain name. The general sort of solution to make www to non www apache htaccess redirect
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Non-www to www redirect. http & https in apache htaccess
For a better site optimization and accessibility we might wish to redirect a non-www site to www. For this we have to write a few rules in htaccess file at our apache server. I’m mentioning here code of just 3 lines to achieve non-www to www redirect.
Organizing Codeigniter Controllers into Sub-Directories or Subfolders
While developing large applications, we might wish to organize Controllers into Sub-Directories or Subfolders for our convenient. This article will guide you to smoothly organize the controllers in sub-directory or folder. I’m using Codeigniter version 3.0 here.
Redirecting to another url after contact form 7 submission
As we know, Contact Form 7 redirects to the same URL as the form’s URL after form submissions in the default settings. However, sometimes, we might need to change this to redirect on another URL after submission