Changeset 1910291
- Timestamp:
- 07/17/2018 10:02:59 AM (8 years ago)
- Location:
- change-og-url-to-http
- Files:
-
- 2 edited
-
tags/1.0/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
change-og-url-to-http/tags/1.0/README.txt
r1910288 r1910291 39 39 *Step 2:* If you are using a Cache plugin (eg: WP Super Cache), delete the cache. 40 40 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: 42 42 43 43 RewriteEngine On 44 44 RewriteCond %{SERVER_PORT} 80 45 RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9] #exclude facebook bot 45 #### exclude facebook bot #### 46 RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9] 46 47 RewriteRule ^(.*)$ https://sitename.com/$1 [R=301,L] 47 48 -
change-og-url-to-http/trunk/README.txt
r1910288 r1910291 39 39 *Step 2:* If you are using a Cache plugin (eg: WP Super Cache), delete the cache. 40 40 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: 42 42 43 43 RewriteEngine On 44 44 RewriteCond %{SERVER_PORT} 80 45 RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9] #exclude facebook bot 45 #### exclude facebook bot #### 46 RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9] 46 47 RewriteRule ^(.*)$ https://sitename.com/$1 [R=301,L] 47 48
Note: See TracChangeset
for help on using the changeset viewer.