Joomla

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

What is a SSL Certificste?

SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensure...Read More

Setting Up ReCaptcha in Joomla 3.1

Log into your Joomla 3.0 admin In your Global Configuration settings, set ReCaptcha as your default captcha plugin (located in the Global Configuratio...Read More

Logging Into The Joomla 3.1 Administrator Dashboard

Visit your Joomla 3 site’s homepage, and add /administrator to the end of the URL. If you installed Joomla to http://domain.com, then you’...Read More

Using Permalinks

Default: “Ugly” The default looks like http://example.com/?p=N where N is the Post ID number. It works on all server environments, but it ...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