in .htaccess file
Apache server restart is required.
You may want to do it for PHP.
Restarting PHP-FPM service is also required after changes.
I am on a Shared Hosting . How can I do it ? If not possible , please suggest other ways . Also check in my Demo Account
Username : amitdas
Password : amitdas
No ideas.
If you have web-panel, use it.
Ask your hosting support.
# HTTP to HTTPS
# Exclude subdomains
RewriteCond %{HTTP_HOST} ^(www\.)?safalaya\.com\/$ [NC]
RewriteCond %{HTTPS} off
RewriteRule ^ https://www.safalaya.com%{REQUEST_URI} [NC,L,R]
# Add WWW on SSL
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [NC,L,R]
No code - no help. Deploy your plugin on GitHub and we'll see how we can help you
@rivervanrain Please check this link https://safalaya.com/mod/meet.php to see if my Plugin is working properly . Code is ok
Code is ok
Ah, ok )
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.