I am using ajax jquery pagination library.
If in config file base_url defined as https://
then pagination is not working and showing 301 Moved Permanently
, but if it's http://
then pagination is working.
What could be the problem?
added use_ssl(TRUE). problem resolved