-
Henry Wright replied to the topic Urgent: Turning my site into https is not working in the forum How-to & Troubleshooting 9 years, 6 months ago
-
Henry Wright replied to the topic Urgent: Turning my site into https is not working in the forum How-to & Troubleshooting 9 years, 6 months ago
Hey @amalsh
Which server are you using? If Apache, do you have .htaccess enabled? If so then how about using
mod_rewrite
?RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]This will do this following:
Turn on the rewriting engine
Check if the request isn’t HTTPS and
301 redirect whatever the…[Read more] -
Henry Wright replied to the topic Urgent: Turning my site into https is not working in the forum How-to & Troubleshooting 9 years, 6 months ago
Hey @amalsh
Which server are you using? If Apache, do you have .htaccess enabled? If so then how about using
mod_rewrite
?RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]This will do this following:
Turn on the rewriting engine
Check if the request isn’t HTTPS and if not
301 redirect whatever…[Read more] -
Henry Wright replied to the topic Urgent: Turning my site into https is not working in the forum How-to & Troubleshooting 9 years, 6 months ago
Hey @amalsh
Which server are you using? If Apache, do you have .htaccess enabled? If so then how about using
mod_rewrite
?RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]This will do this following:
Turn on the rewriting engine
Check if the request isn’t HTTPS
301 redirect whatever the current…[Read more] -
@mercime replied to the topic [Resolved] Settings –> Profile doesn't open in the forum Installing BuddyPress 10 years, 6 months ago
@amalsh Could you give more information about your installation? WP/BP versions? Is this a new installation or did you just upgrade to WP 3.9 and BP 2.0? What theme are you using?
-
meg@info replied to the topic Making Activity Time just like FB time in the forum How-to & Troubleshooting 10 years, 9 months ago
-
Prince Abiola Ogundipe replied to the topic How to override a core method? Urgent! in the forum How-to & Troubleshooting 11 years ago
-
danbpfr replied to the topic Activity Stream Date Format in the forum Showcase 11 years, 10 months ago
Hi @amalsh,
all this can be done if you create a child theme.
Date format is explained in the WP codex. https://codex.wordpress.org/Formatting_Date_and_Time
And for the other question: […]
@amalsh
Active 9 years, 5 months ago