WordPress Redirecting too many time after enable SSL

Sometime we have to change our wordpress website URL. but always it's not work as we respect. From yesterday I'm facing the same issue. I was tryin

codeigniter count_all_results without reset query

If you want to count total data from table before get result then you can follow below codex. $this->select('Name'); $TotalData = $this->db-&

Input variables exceeded 1000, change max_input_vars in php.ini

Locate your running php.ini for your selected project where you getting this error. Then simple add this below code inside your php.ini file. Hope thi

Mac OS X Start / Stop / Restart Apache Web Server

Follow below rules for Stop Apache sudo apachectl stop or sudo apachectl -k stop Follow below rules for Start Apache sudo apachectl start or

How to change XAMPP htdocs directory in OSX?

Open httpd.conf file from below directory first /Applications/XAMPP/xamppfiles/etc/httpd.conf Search for "DocumentRoot" in httpd.conf and change to

How to extract URL from hyperlink on Excel

Add a new module from developer tab then insert below code Function GetURL(pWorkRng As Range) As String 'Updateby20140520 GetURL = pWorkRng.Hyp

Enable Leverage browser caching by .htaccess

For enable Leverage browser caching just use the following code on your .htaccess file ## START OF EXPIRES CACHING ## <IfModule mod_expires.c>

Enable GZIP Compression by .htaccess file

For enable GZIP Compression just use the following code on your .htaccess file. Make sure to add it below the current contents of your .htaccess fil

WordPress get get_option() data as plain HTML

If you want to get WordPress get_option() data as plain HTML without any extra '/' or '"' then you must need to use this function. $NewData = stripsl

Transfer form text data via jQuery (AJAX)

This is sample code for transfer data from HTML form to other server/site via jQuery AJAX (function ($) { $(document).ready(function(){ $("form.