Quantcast
Channel: WebDevTutsDepot » Apache
Browsing latest articles
Browse All 3 View Live

Save Time: Use Your Domain Instead of Localhost When Developing

One of the things I find annoying after developing in a local server is having to change the URLs from localhost to the actual domain name I will be using. Another annoyance about developing locally...

View Article



What Every .htaccess File Must Have

Here is a list of things you should have in your .htaccess file Prevent Bandwidth Leaching If somebody wants to put an image from your site in theirs they should at least have the decency to download...

View Article

How To Force Visitors To Download PDF Files

Using filesmatch and treating like any other media file you can force a user to download the PDF document. <FilesMatch "\.(?i:pdf)$"> ForceType application/octet-stream Header set...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images