How to use .htaccess to Rename the login directory or page of a Website

The URL layout configuration with the mod_rewrite (the apache module that handles URL rewriting) in the .htaccess file can be changed.  This is very common with CMS systems like WordPress that have a specific path and you want to rename it. RewriteRule ^login/?$ /wp-admin.php [QSA,L] RewriteRule ^login/?$ /wp-login.php [QSA,L] This will basically translate any request […]

read more

How to Forward your email to your Gmail account with CPANEL

So recently GMAIL changed their email forwarding server settings. You can not just do the Easy set up anymore as far as 2017. So basically it starts off like this. Login into your gmail account and click on the settings (located under the gear icon ⚙️) tab and create an account.  Connecting your gmail to […]

read more