Prevent Directory Listing using .htaccess What is directory listing ? As we know, most of the website contains “images” folder inside the root folder. If we type “www.somesite.com/images” in the …
Sakthivel Madesh
Sakthivel Madesh
3x Salesforce MVP | Platform Champion | 22x Salesforce Certified | MuleSoft Certified | All Star Ranger | TechForce Services | Sydney | Australia
-
-
mod_rewrite and basic examples ModRewrite is a powerful feature of the Apache web server. It provides an easy way to modify/manipulate URLs. As complicated as it sounds a regular webmaster …
-
Mod rewrite PHP to HTML using htaccess how you can rewrite all your PHP pages to HTML using a simple .htaccess rule for better search engine indexing. This is a …
-
Deny or Allow Certian IP Addresses In some situations, you may want to only allow people with specific IP addresses to access your site (for example, only allowing people using …
-
Enabling SSI Using htaccess Many people want to use SSI, but don’t seem to have the ability to do so with their current web host. You can change that with …
-
How do you edit the .htaccess file Before you upload an .htaccess file to your server, make sure there is not already one there. Your host panel or perhaps a …
-
Regex Character Definitions for htaccess # the # instructs the server to ignore the line. used for including comments. each line of comments requires it’s own #. when including comments, …
-
Password Protection using htaccess Introduction Although there are many uses of the .htaccess file, by far the most popular, and probably most useful, is being able to reliably password protect …
-
Custom Error Pages Using Htaccess The first use of the .htaccess file is custom error pages. These will allow you to have your own, personal error pages (for example when …
-
Creating the .htaccess file Don’t need any special Program or Hardware or Software to create an htaccess file. In fact, all you need is a regular, simple text editor such …