The Secrets of .htaccess on web
#1

The Secrets of .htaccess on web

[attachment=16801]
Prevent Hotlinking

If you don’t want other sites to page link directly to your images on your server, you can redirect the png/jpg request to a particular image (saying something like “this site is trying to steal my images”) with code like this:
Add the following code at the bottom of your .htaccess file to prevent hotlinking.

Block All Requests From User Agents

It's possible to block all unwanted user agents that might be potentially harmful or perhaps just to keep the server load as low as possible


Redirect Everyone Except Specified IPs

If for some reason you would want to deny everyone or allow only a specific group of IP addresses to access your website, add the following code to your


Create an IP Banlist
Tired of getting the same bs comments specific user over and over again? Just ban the bastard like this by adding the following code to your .htaccess file:
1allow from all
2deny from 123.45.6.7
3 deny from 012.34.5
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: hidden secrets of hacking, secrets societies, food presentations secrets, kerala lottery winning maths secrets, free cat training secrets, yahoo interview secrets, interview secrets heather,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Mining Web Graphs for Recommendations seminar paper 6 3,992 28-07-2016, 04:36 PM
Last Post: jaseela123d
  Web Based Meeting Scheduler seminar addict 1 1,485 22-11-2012, 12:27 PM
Last Post: seminar details
  On the Use of Mobile Phones and Biometrics for Accessing Restricted Web Services project uploader 1 2,392 05-11-2012, 11:46 AM
Last Post: Guest
  Web Server Software Architectures project uploader 0 1,091 11-06-2012, 12:04 PM
Last Post: project uploader
  Mobile Agents for World Wide Web Distributed Database Access project uploader 0 1,255 08-06-2012, 03:01 PM
Last Post: project uploader
  WEB PHARMACEUTICAL seminar details 0 1,640 08-06-2012, 11:41 AM
Last Post: seminar details
  An Ontology-Supported Web Focused-Crawler for Java Programs project uploader 0 1,168 08-06-2012, 11:31 AM
Last Post: project uploader
  Mobile Agents for World Wide Web Distributed Database Access project uploader 0 1,044 07-06-2012, 05:44 PM
Last Post: project uploader
  WEB BROWSER details seminar details 0 1,459 04-06-2012, 04:20 PM
Last Post: seminar details
  Hierarchical Pattern-Based Clustering for Grouping Web Transactions seminar paper 0 802 14-03-2012, 04:04 PM
Last Post: seminar paper

Forum Jump: