Title: robmoen's Replies | WordPress.org

---

# robmoen

  [  ](https://wordpress.org/support/users/robmoen/)

 *   [Profile](https://wordpress.org/support/users/robmoen/)
 *   [Topics Started](https://wordpress.org/support/users/robmoen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robmoen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robmoen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robmoen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robmoen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robmoen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] 404 Error](https://wordpress.org/support/topic/plugin-wordpress-https-404-error/)
 *  [robmoen](https://wordpress.org/support/users/robmoen/)
 * (@robmoen)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-404-error/#post-1861200)
 * I also had this same issue on a site I was working on. Determined that SSL would
   resolve pages correctly with permalinks off.
 * SOLUTION::
 * Add rewrite rules to SSL configuration under the <Directory> tag inside the SSL
   VirtualHost definition.
 * Hope this is helpful 🙂
 * Example:
 *  <Directory /var/www/sites/example.com/public_html>
    AllowOverride none
 *  Order Allow,Deny
    Allow from all RewriteEngine On RewriteBase / RewriteRule 
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L]
 *  </Directory>

Viewing 1 replies (of 1 total)