How to change nobody ownership to cpanel user?
First you need to found nobody users files than change it to cPanel main user name so that you can change/edit the files without any […]
First you need to found nobody users files than change it to cPanel main user name so that you can change/edit the files without any […]
Your can redirect all http (Non-secure) URL to https by using following code in .htaccess file. RewriteEngine on Options +FollowSymLinks RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ […]
Your can redirect all https (Secure) URL to http by using following code in .htaccess file. RewriteEngine on Options +FollowSymLinks RewriteCond %{SERVER_PORT} !^80$ RewriteRule ^.*$ […]
To disable the Directory listing for folders you need to create the .htaccess file under the each an every folder under which you want to […]
If you are receiving 403 error message after browsing your domain than check the Apache error logs. root@admin[~]tail -f /usr/local/apache/logs/error_log [Tue Nov 17 19:38:32 2009] […]
Copyright © 2023 Kaizen Software Solutions. All rights reserved.