Title: WordPress HTTPS Missing Trailing Slash After Site URL
Last modified: August 21, 2016

---

# WordPress HTTPS Missing Trailing Slash After Site URL

 *  [Cody](https://wordpress.org/support/users/codiller/)
 * (@codiller)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-https-missing-trailing-slash-after-site-url/)
 * My WordPress multisite install doesn’t seem to be working correctly with the 
   WordPress HTTPS plugin activated.
 * When I go to a subdomain install, then try and go back to the main site, the 
   slash between the domain and the wp-admin is being removed. So, instead of this:
 * domain.com/wp-admin
 * Im getting:
 * domain.comwp-admin
 * This is only the case when going to the Network Admin or Domain Admin from a 
   subdomain Admin.
 * [http://wordpress.org/plugins/wordpress-https/](http://wordpress.org/plugins/wordpress-https/)

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

 *  [j0schi](https://wordpress.org/support/users/j0schi/)
 * (@j0schi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-https-missing-trailing-slash-after-site-url/#post-4007313)
 * could be the same problem as here: [http://wordpress.org/support/topic/some-links-in-mu-network-still-broken?replies=1](http://wordpress.org/support/topic/some-links-in-mu-network-still-broken?replies=1)
 * did you find a solution?
 *  [James](https://wordpress.org/support/users/jroster/)
 * (@jroster)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/wordpress-https-missing-trailing-slash-after-site-url/#post-4007339)
 * Have you looked at your virtual host configuration? This may eliminate the need
   to use this plugin entirely.
 * You may need to add/edit the following (make sure to have the trailing forward
   slash in the redirect URL).
 *     ```
       <VirtualHost *:80>
          ServerName www.example.com
          Redirect permanent / https://secure.example.com/
       </VirtualHost>
       ```
   

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

The topic ‘WordPress HTTPS Missing Trailing Slash After Site URL’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [James](https://wordpress.org/support/users/jroster/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/wordpress-https-missing-trailing-slash-after-site-url/#post-4007339)
 * Status: not resolved