fbpx
  • PHP error: Allowed memory size of x bytes exhausted

    If you are getting an error like “Allowed memory size of… in file /directory/folder/yourscript.php“, then you can use a .htaccess trick to resolve this problem. If this error does not go away even after applying this .htaccess code, you should contact us, and we will help you.   Place this…

  • How to redirect a page to another page or website using .htaccess?

    If a page on your website no longer exists and you want to redirect it to your new page or site, then you can use the .htaccess file for redirection without waiting.   Redirect from a page/directory to another domain or the main domain: Redirect from a specific page to…

  • How to create a user-friendly URL using .htaccess?

    If your website is using long URL like example.com/files/folder/sitemap.html, you can change it into “example.com/sitemap” in .htaccess Modify this line according to your needs and then add this code to your .htaccess file. RewriteEngine on RewriteRule ^sitemap/$ /files/folder/sitemap.html [L]

  • How to Change the Signature of an Apple/iOS (Sent from my iPhone)?

    If you send an email via iOS, a signature will be automatically added in your reply, such as Sent from my iPhone. But do you know that you can customize this signature as well? 1. Open the main screen of your Apple Mobile and click on the Settings icon. 2….

  • How to Automatically Sync or Fetch a cPanel email on Apple/iOS?

    You can set your email for automatic syncing. It means that if you receive new mail in your cPanel email account, it would be fetched/synced with your Apple/iOS mobile automatically. 1. Open the main screen of your Apple Mobile and click on the Settings Icon. 2. Scroll down and tap…

  • How to check/fetch an email on Apple/iOS?

    You can set your email for automatic syncing. However, should you want to check for new emails manually, you must go through this tutorial. Before checking for new email, you must make sure that you have already added your email account on your device. Otherwise, examine our tutorial on How…

  • How to Add a cPanel email account on Apple/iOS?

    You can add a cPanel email account to your Apple IOS mobile and be able to automatically check emails in a specific time or manually do it. You can get a new email notification on your mobile. 1. Open the main screen of your Apple Mobile and click on the…

  • How to set a custom email signature in an Android mobile?

    We hope that you have already read our tutorial on How to Add a cPanel email account to your Android Mobile, and you have already added a built-in email widget to your Android screen. The built-in Android email application allows us to set a custom email signature, which will display…

  • How to send an email via your Android mobile?

    We hope that you have already read our tutorial on How to Add a cPanel email account to your Android Mobile, and you have already added a built-in email widget to your Android screen. cPanel allows you to send email using various IMAP/POP/SMTP technologies. However, we are using a built-in…