Title: Pagination stopped working after moving to HTTPS
Last modified: February 4, 2017

---

# Pagination stopped working after moving to HTTPS

 *  Anonymous User 14964395
 * (@anonymized-14964395)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-stopped-working-after-moving-to-https/)
 * The site was working fine with pagination. Today I have just added SSL to the
   domain and moved to HTTPS. Now HTTPS work fine but the pagination is stopped.
   Every paginated links are redirecting to 404 error page. I have updated my permalink
   too.
 * Any idea how to solve this?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Achal Jain](https://wordpress.org/support/users/ibachal/)
 * (@ibachal)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-stopped-working-after-moving-to-https/#post-8737458)
 * Please update the permalinks. Go to backend Settings > Permalink and press the
   update button.
 *  Thread Starter Anonymous User 14964395
 * (@anonymized-14964395)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-stopped-working-after-moving-to-https/#post-8737467)
 * Yes, I updated the permalinks several times but it did not help. Here is my updated.
   htaccess file.
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
   
       RewriteCond %{HTTPS} !=on
       RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
   
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
    -  This reply was modified 9 years, 2 months ago by Anonymous User 14964395.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pagination stopped working after moving to HTTPS’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: Anonymous User 14964395
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/pagination-stopped-working-after-moving-to-https/#post-8737467)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
