[wp-trac] [WordPress Trac] #16823: FORCE_SSL_LOGIN breaks login pages on multisite with subdirectories
WordPress Trac
wp-trac at lists.automattic.com
Thu Mar 10 19:11:30 UTC 2011
#16823: FORCE_SSL_LOGIN breaks login pages on multisite with subdirectories
--------------------------+------------------------------
Reporter: dbvista | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Multisite | Version: 3.1
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by dbvista):
(Following up my own ticket)
This is not a bug, but docs should be updated to avoid confusion for other
users.
The problem is that our name-based virtual host set up in Apache was set
up only for port 80, so the .htaccess file (and its mod_rewrite rules) was
being ignored for SSL pages.
The docs for FORCE_SSL_LOGIN should be updated to advise the user about
this situation, and to give an example solution like this for httpd.conf:
{{{
NameVirtualHost *:443
<VirtualHost *:443>
ServerName site.com
<Directory "/var/www/html">
AllowOverride FileInfo Options
</Directory>
</VirtualHost>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16823#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list