Popular htaccess tricks
.htaccess is used very common nowadays. To create the .htaccess file you can open notepad and save the file with name of .htaccess.
So here are some popular htaccess tricks.
If you want that if you type example.com in your url and it is changed to http://www.example .com then you can do this by writing the following code in .htaccess file:-
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
This is good for seo point of view because example.com and http://www.example.com are two different url for search engines.
If you want to show all the files in the directory if there is also index.html or index.php exists in the directory then you write the code as follows:-
IndexOptions FancyIndexing
Suppose there is no index.php file in your directory and there is a file home.php and if want that home.php will open as default page then you can do this as:-
For hiding files like you want to hide the files with extension of .txt and .ico then write the code as:-
If you have a file with your own extension of .jon and you want that file to open as php file then do write this code in .htaccess file
If you want to restrict some file from viewing then you can also do this in .htaccess file. Suppose you want to restrict myfile.txt then here the code:-
order allow,deny
deny from all
</files>
Don’t place space between allow and deny
If you want to restrict all the file of extension .txt and .ico then write this code:-
order allow,deny
deny from all
</FilesMatch>
If you want add default char set then here u can do this:-
Related Posts
Don’t Miss A Post!
Categories
- Blogging (4)
- Browsers (7)
- computer beginners (11)
- computers (13)
- Freelancing (9)
- ipad and iphone (6)
- Javascript Tutorials (2)
- Laptops (1)
- Miscellenious (1)
- Mobiles (13)
- Photoshop video tutorial in urdu (7)
- Php Tutorials (3)
- Programming (31)
- Social Network (12)
- Wordpress (4)
- wordpress video tutorial in urdu (7)
Tags
2G 2G vs 3G 3G 3G and 4G 4G architecture Best social networking websites beta class vs object difference between 2G and 3G difference between 3G and 4G difference between class and object Difference between wamp Earn money Earn money by making videos facebook features firebug introduction to mvc isp isp versus web server lamp and xampp making videos model view controller mvc myspace networking sites new object vs class opera 11 orkut php popular Run xampp skype at same time teamviewer tool tools tutorial very web developer web development website development what is isp Why php
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.





