Uploading Theme Error Link Expired

This is really an upload limit issue.

  1. Log into cPanel.
  2. Find the Software section and click on MultiPHP INI Editor.
    MultiPHP INI Editor
    If you don’t have the MultiPHP INI Editor but do have the PHP Configuration tool, you can skip to the “If you don’t have the MultiPHP INI Editor” section.
  3. In the dropdown, select the domain for which you wish to change the maximum upload size.
  4. Find the following values and set them accordingly:
    upload_max_filesize = 64M post_max_size = 64M memory_limit = 90 file_uploads = Enabled
  5. Click Apply to save your changes.

After these changes go back to Media > New and see if limit has increased from the auto 2MB

Upload your new theme

cPanel Forward Not Working On Website Forms

I have an email info@mydomain.com that forwards to a personal my@gmail.com and works fine when someone sends info@mydomain.com a message, I receive it in my@gmail.com – GREAT!

BUT I have a form on mydomain.com and that form emails to info@mydomain.com
info@mydomain.com does receive the form submission
my@gmail.com does NOT receive the form

My Solution

My solution was to ADD my business email info@mydomain.com to my gmail account and delete the forward completely.

This video show step by step how to do that – very simple and takes only a few minutes.

Setup SSL inMotion

Login to AMP –> WHM –> List Accounts –> cPanel of domain to secure
Under Security –> SSL/TLS status –> Run Auto SSL

Next…. You will have to force browsers to use the https
IF you have a handwritten website:
Download .htaccess from your public_html folder
Add this code at the top of the file

RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com [NC]RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]

**Replace example with your domain
Upload .htaccess back to your server

IF you have a WordPress site:
Login to your WP dashboard –> Plugins –> “Add New”

Search “Really Simple SSL” –> It will be by Really Simple Plugins
Install Now –> Activate –> Go ahead, activate SSL! (it may ask you to login again)