We are STILL working on updating all our mods to v1.0 (pro) of phpMyDirectory. Mods are beginning to be released as PUBLIC BETA's meaning they may or may not contain bugs. To view the list of mods available please go to
this page. You can also view the
Message Board to view mod updates/fixes, bugs identified etc.
|
SSL for the members area free module |
|
|
|
This handy little module will add forced ssl redirects when viewing your members area as well as forced ssl redirects to http:// when viewing the directory. Open up .htaccess and add the following changing 'yourdomain.com' to your PMD url:
RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} members RewriteRule ^(.*)$ https://www.yourdomain.com/$1 https://www.yourdomain.com/$1 [R,L] RewriteCond %{HTTPS} on RewriteCond %{REQUEST_URI} !members RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R,L]
We do not provide support for free modules unfortunately.
|