Drupal 7

Twitter Meta Tag | Summery

Insert Tags under the <head> of your site and/or page. <meta name=”twitter:card” content=”summary”> <meta name=...Read More

Twitter Meta Tag | For Products

Insert Tags under the <head> of your site and/or page. <meta name=”twitter:card” content=”product”> <meta name=...Read More

Twitter Meta Tag | For App

Insert Tags under the <head> of your site and/or page <meta name=”twitter:card” content=”app”> <meta name=̶...Read More

Twitter Meta Tag | Summary with large image

Insert Tags under the <head> of your site and/or page <meta name=”twitter:card” content=”summary_large_image”> <...Read More

htaccess Force Require SSL

This will force SSL, and require the exact hostname or else it will redirect to the SSL version. Useful in a /wp-admin/.htaccess file. Replace “...Read More

htaccess | WordPress 3.4 and below

# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes...Read More

htaccess | Basic WP

# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f Rew...Read More

500 Internal Server Error

What causes 500 Internal Server Errors? Here are the three most common reasons: Incorrect file permissons – Most commonly having a file as ̶...Read More