Posts under Web Hosting

How to disable directory browsing using .htaccess – Apache Web Server

advertisement

apache web server, apache logo, web server, apache foundationApache web server allow directory browsing by default. It’s always good to disable directory browsing in security aspect. To disable directory browsing in apache web server you need to edit the httpd.conf or .htaccess

Continue reading How to disable directory browsing using .htaccess – Apache Web Server »

Limit certain ip to access website with .htaccess

advertisement

Many friends ask me to limit only certain ip are allow to access their website. To limit specific ip to access website is easy with .htaccess. Just follow the steps below and you will be able to set your website to be view by specific ip:-

Continue reading Limit certain ip to access website with .htaccess »

Redirect to maintenance page during upgrade using .htaccess

advertisement

Redirect your visitor to maintenance page is a must when you are upgrading your site. Now you can redirect your user to maintenance page easily by using .htaccess file. I guess you do not want your visitor to see an error page or 404 page during your dedicated server upgrade. So just follow the steps below to create a .htaccess file to redirect your visitor to maintenance page during upgrade:-

Continue reading Redirect to maintenance page during upgrade using .htaccess »