by Garth | Apr 16, 2023 | PHP Blog Posts
by Garth | Apr 16, 2023 | WordPress Blog Posts
By Adding the below snippet to your WordPress functions.php file you can remove the Divi Project Post Type which is added by Default. add_filter( ‘et_project_posttype_args’, ‘mytheme_et_project_posttype_args’, 10, 1 ); function...
by Garth | Jan 12, 2023 | Laravel
Edit your htaccess file. This alone will redirect your root o the public folder. If you have a lot inside of your htaccess file. Be careful while adding stuff. Ensure you keep a backup before editing and test the addition of the code inside the htaccess file....
by Garth | Dec 29, 2022 | PHP, Ubuntu
sudo update-alternatives –config php
by Garth | Nov 23, 2022 | Wordpress, Xampp
by Garth | Nov 18, 2022 | Plugins
Search &...
by Garth | Nov 11, 2022 | Ubuntu, Windows
Step 1:Open the below link and READ IT!https://learn.microsoft.com/en-za/windows/wsl/install 1: Open PowerShell and Start the install process wsl –install 2: Result shows you available distros: Ubuntu Ubuntu Debian Debian GNU/Linux kali-linux Kali Linux Rolling...
by Garth | Nov 9, 2022 | PHP
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]
by Garth | Oct 19, 2022 | Flutter and Dart
Find the info.plist fileAnd add the following : <key>NSPhotoLibraryUsageDescription</key> <string>App needs access to photo lib for profile images</string> <key>NSCameraUsageDescription</key> <string>To capture profile photo please grant camera...
by Garth | Oct 11, 2022 | Plugins
Easy HTTPS Redirection...