Plugin Directory

Changeset 1910291


Ignore:
Timestamp:
07/17/2018 10:02:59 AM (8 years ago)
Author:
inorbit
Message:

Read me text changes.

Location:
change-og-url-to-http
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • change-og-url-to-http/tags/1.0/README.txt

    r1910288 r1910291  
    3939*Step 2:* If you are using a Cache plugin (eg: WP Super Cache), delete the cache.
    4040
    41 *Step 3:* Exclude facebook bot from the HTTP to HTTPS redirect in your HTaccess file. Here's an example:
     41*Step 3:* Exclude facebook bot from the HTTP to HTTPS redirection in your HTaccess file. Here's an example:
    4242
    4343RewriteEngine On
    4444RewriteCond %{SERVER_PORT} 80
    45 RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9] #exclude facebook bot
     45#### exclude facebook bot ####
     46RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9]
    4647RewriteRule ^(.*)$ https://sitename.com/$1 [R=301,L]
    4748
  • change-og-url-to-http/trunk/README.txt

    r1910288 r1910291  
    3939*Step 2:* If you are using a Cache plugin (eg: WP Super Cache), delete the cache.
    4040
    41 *Step 3:* Exclude facebook bot from the HTTP to HTTPS redirect in your HTaccess file. Here's an example:
     41*Step 3:* Exclude facebook bot from the HTTP to HTTPS redirection in your HTaccess file. Here's an example:
    4242
    4343RewriteEngine On
    4444RewriteCond %{SERVER_PORT} 80
    45 RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9] #exclude facebook bot
     45#### exclude facebook bot ####
     46RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9]
    4647RewriteRule ^(.*)$ https://sitename.com/$1 [R=301,L]
    4748
Note: See TracChangeset for help on using the changeset viewer.