How to protect your .htaccess file?
For security purposes, we recommend you to prevent access to your .htaccess file from unauthorized access. Add this code to your .htaccess file: #… Read More »How to protect your .htaccess file?
For security purposes, we recommend you to prevent access to your .htaccess file from unauthorized access. Add this code to your .htaccess file: #… Read More »How to protect your .htaccess file?
For security purposes, we recommend that you disable directory browsing on your website so no one can see the files/folders of your website. You… Read More »How to disable directory browsing using .htaccess?
If someone is trying to hack your website or you want to block their IP Address, you can add this line to your .htaccess file.… Read More »How to ban any IP Address via .htaccess?
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.… Read More »PHP error: Allowed memory size of x bytes exhausted
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… Read More »How to redirect a page to another page or website using .htaccess?
If your website is using long URL like netorica.net/files/folder/sitemap.html, you can change it into “netorica.net/sitemap” in .htaccess Modify this line according to your needs and… Read More »How to create a user-friendly URL using .htaccess?
If you want to change the main root FTP Account, then you need to change the password of your SiteWorx account. However, if you are… Read More »How to change the password of your FTP Account in SiteWorx?
If you have created too many FTP User accounts and some of these have not been used, and you want to remove an FTP account,… Read More »How to Delete an FTP account in SiteWorx?
You can use your SiteWorx username and password to access all folders and files via FTP. However, if you want to create an FTP user… Read More »How to create an FTP Account in SiteWorx?
If you are going on a holiday or will be unavailable for a few days or a month, you can create an auto email responder… Read More »How to create an E-mail Autoresponder when you are unavailable or on vacation in SiteWorx?