Search code examples
codeigniterhttpsbase-url

jQuery pagination issue with https (HTTP 301 Error)


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?


Solution

  • added use_ssl(TRUE). problem resolved