Clusty

Search for apache at Google

Results 1 - 56 for apache. (0.77 seconds) 

.htaccess Tutorials, htaccess Examples, Sample .htaccess Files

10 Chapters of .htaccess examples for Password Protection with Authentication, rewrite URLs with mod_rewrite module, configure PHP in htaccess, …
www.askapache.com/htaccess/apache-htaccess.html

Security Tips for Securing your website, server, blog using .htaccess

htaccess tricks and tips to increase the security of your site.
www.askapache.com/htaccess/security-with-apache-htaccess.html

Apache SSL in htaccess examples

Apache SSL in htaccess examples with SSLRequireSSL and SSLRequire in SSLOptions with FakeBasicAuth and StrictRequire.
www.askapache.com/htaccess/apache-ssl-in-htaccess-examples.html

AskApache Web Development

Web Development and Design blog about Web Server Security with htaccess tutorials and example mod_rewrite.
www.askapache.com/

27 Request Methods for Apache rewritecond htaccess

List of the 27 Request Methods available for Apache and rewritecond and htaccess.
www.askapache.com/htaccess/27-request-methods-for-use-with-apache-and-rewritecond-and-htaccess.html

mod_rewrite tips with RewriteRule and RewriteCond for .htaccess

mod_rewrite tips and tricks for .htaccess files using RewriteBase, RewriteCond, RewriteEngine, RewriteLock, RewriteLog, RewriteLogLevel, RewriteMap, …
www.askapache.com/htaccess/mod_rewrite-tips-and-tricks.html

Password Protection and Authentication Locking down Apache with …

Password protect, Allow or Deny a visitor based on a condition. If you are having trouble getting htaccess-based password protection to work see:
www.askapache.com/htaccess/apache-authentication-in-htaccess.html

htaccess Caching

2 awesome ways to implement caching on your website using Apache .htaccess or httpd.conf. Both methods are extremely simple to set up and will dramatically …
www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html

htaccess Tutorial for Apache Webmasters

These cut-and-paste ready htaccess code snippets are very useful for website and server administrators.
www.askapache.com/htaccess/htaccess-for-webmasters.html

Password Protect your Blog with Apache .htaccess and .htpasswd

AskApache Password Protect adds some serious password protection to your WordPress Blog's admin directory. Imagine a HUGE brick wall protecting your frail …
www.askapache.com/wordpress/htaccess-password-protect.html

List of 57 HTTP Status Codes and Apache ErrorDocuments

View the headers and returned content for all 57 Apache Response codes and ErrorDocuments. This is one of the absolute coolest Apache htaccess tricks I've …
www.askapache.com/htaccess/apache-status-code-headers-errordocument.html

PHP and .htaccess tutorial and examples for Apache

Apache htaccess tricks and tips for implementing, using, and optimising php and custom php.ini.
www.askapache.com/htaccess/php-htaccess-tips-and-tricks.html

Cache-Control Headers using Apache and .htaccess - Easy Apache

Adding Cache-Control headers to your site's files gives you control over what is cached, and how long it is cached. Even if the cache should check for an …
www.askapache.com/htaccess/apache-speed-cache-control.html

Troubleshooting Apache .htaccess Authentication

Apache Web Server users have problems getting Apache Authentication/password-protection in htaccess working, this is a troubleshooting guide to get Password …
www.askapache.com/htaccess/troubleshooting-apache-htaccess-authentication.html

Apache .htaccess Directives and Loaded Modules allowed on …

Apache Directives for .htaccess and Loaded Modules for DreamHost Web Hosting Servers running Apache2.
www.askapache.com/htaccess/dreamhost-modules-directives.html

Caching Techniques for Apache .htaccess Gurus

Speed up your site with Caching and cache-control using Apache htaccess.
www.askapache.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html

HTTP Response and Request Header Manipulation using Apache .htaccess

How would you like to be able to send P3P privacy headers, Content-Type: UTF-8, Content-Language: en-US, etc.. using just htaccess? Now you CAN!
www.askapache.com/htaccess/using-http-headers-with-htaccess.html

Running a Reverse Proxy in Apache

“At the time of writing, the reason most commonly cited for not upgrading is difficulties running PHP on Apache 2. I cannot speak from personal experience, …
www.askapache.com/htaccess/reverse-proxy-apache.html

HTTPS / SSL Apache Tips, .htaccess Tricks, and Server Hacks

SSL and HTTPS on Apache HTTP Server has great httpd.conf examples and useful htaccess guides to stay secure and working. You may want to redirect to HTTPS …
www.askapache.com/htaccess/ssl-example-usage-in-htaccess.html

Apache Environment Variable Info

They only become actual operating system environment variables when they are provided to CGI scripts and Server Side Include scripts.
www.askapache.com/htaccess/apache-variable-fun-in-htaccess.html

HTTP Packet Capturing to debug Apache

Howto Capture HTTP protocol from wireshark and ethereal filters.
www.askapache.com/tools/sniff-http-to-debug-apache-htaccess-and-httpdconf.html

SEO Boost from 404 Plugin? Focus on humans

WordPress Plugin that adds a customized SEO 404 Error Page designed to increase traffic to your site and pages, while being very helpful to your visitors.
www.askapache.com/seo/404-google-wordpress-plugin.html

.htaccess File and mod_rewrite examples

htaccess example file with excellent htaccess sample and examples.
www.askapache.com/htaccess/ultimate-htaccess-file-sample.html

Apache Web Server Speed Configuration Hacks

Apache server performance can be improved by adding additional hardware resources such as RAM, faster CPU, etc.
www.askapache.com/htaccess/apache-web-server-speed-configuration-hacks.html

htaccess Security on Apache

htaccess Security on Apache to Secure Directories, Files, and Requests.
www.askapache.com/htaccess/securing-subdirectories-with-htaccess.html

.htpasswd Generator Tool for Apache with all 4 encryptions

htpasswd Tool generates correct Basic Authentication string from any valid username and password to be placed in Apache's htpasswd file.
www.askapache.com/online-tools/htpasswd-generator/

Turn On Compression to Speed Up Apache - Easy Apache Speed Tips

Compress files before sending to the client using mod_deflate.
www.askapache.com/htaccess/apache-speed-compression.html

Add Far Future Expires Headers to Speed Up Your Site - Easy Apache

Learn How to Add a Far Future Expires Header to your files to make your site lightning fast!
www.askapache.com/htaccess/apache-speed-expires.html

mod_rewrite Fix for Controlling updated files and Caches

Web Developers sometimes use file.ext?v=004 as a version control system to force visitors to use updated files. This is terrible.
www.askapache.com/htaccess/mod_rewrite-fix-for-caching-updated-files.html

Fight Blog Spam with Apache

Fighting Blog Spam with Apache htaccess and other methods.
www.askapache.com/htaccess/fight-blog-spam-with-apache.html

.htaccess tutorial for SEO 301 Redirects with RedirectMatch and …

SEO Search Engine Friendly Redirects without mod_rewrite using RedirectMatch and mod_alias.
www.askapache.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html

Try the new Apache HTTPD Custom Search Engine

Apache HTTPD, .htaccess, mod_rewrite Google Custom Search Engine.
www.askapache.com/htaccess/apache-httpd-google-cse.html

301 Redirectmatch, Redirect, and mod_rewrite

301 Redirects using Apache mod_rewrite or RedirectMatch in .htaccess or httpd.conf.
www.askapache.com/htaccess/301-redirect-with-mod_rewrite-or-redirectmatch.html

Multiple Subdomains for a Quicker and Faster Web Site - Easy …

Subdomains can dramatically and drastically speed up your website by allowing multiple persistant connections and dns caching.
www.askapache.com/htaccess/apache-speed-subdomains.html

Debug apache log files from php

Secure phpinfo.php with .htaccess, Now instead of getting a 404 error you will see debug information which will help you find out what the problem is.
www.askapache.com/htaccess/debug-apache-log-files-from-php.html

WordPress robots.txt file optimized for SEO and Google

WordPress robots.txt file can make a huge impact on your WordPress blogs traffic and search engine rank. This is an SEO optimized robots.txt file.
www.askapache.com/seo/wordpress-robotstxt-seo.html

Remove the Last-Modified Header from Files to Speed Apache - Easy …

Removing the Last-Modified Header from your served files can increase the speed of your Web Site.
www.askapache.com/htaccess/apache-speed-last-modified.html

Update: AskApache Password Protect Plugin

Update for AskApache Password Protect Plugin that automates installation of .htaccess Server-based HTTP Basic Authentication including creating encrypted …
www.askapache.com/wordpress-plugins/securing-htaccess-plugin.html

Log all .htaccess/.htpasswd logins

Log and debug usernames and passwords used to login to a htaccess basic authorization protected website using php.
www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html

100 Most Popular AskApache Web Development Articles

Speed Tips: Add Future Expires Headers · Auto-Login to Google Analytics to impress Clients · Speed Tips: Add Cache-Control Headers · Apache Web Server Speed …
www.askapache.com/top-100/

Redirecting WordPress index.php to root

How To Redirect /blog/index.php to /blog/ using .htaccess mod_rewrite.
www.askapache.com/htaccess/redirect-index-blog-root.html

.htaccess file for Powweb

Pretty short and to the point, mostly useful for newcomers to apache to have a system whereby they know where stuff should go and how it goes together. …
www.askapache.com/htaccess/powweb-htaccess.html

Remove ETag Headers to Speed up Apache - Easy Apache Speed Tips

By removing the ETag header you disable caches and browsers from being able to validate files, forcing them to rely on your Cache-Control and Expires …
www.askapache.com/htaccess/apache-speed-etags.html

Fresh .htaccess Examples: Cookies, Variables, Custom Headers

htaccess mod_rewrite code for Cookie Manipulation and Tests, Set Environment Variables and use them to send Headers and Rewrites, and Mod_Security .htaccess …
www.askapache.com/htaccess/htaccess-fresh.html

Rewrite underscores to hyphens for SEO URL

Replace underscores in URLs with hyphens using Apache .htaccess.
www.askapache.com/htaccess/rewrite-underscores-to-hyphens-for-seo-url.html

mod_security Guide and Examples of use in .htaccess

Mod_Security .htaccess guide provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time …
www.askapache.com/htaccess/mod_security-htaccess-tricks.html

Redirect all feeds to FeedBurner with .htaccess

http://feeds.askapache.com/apache/htaccess? [R=307,L] RewriteRule ^comments/? … feedburner feed - http://feeds.feedburner.com/apache/htaccess …
www.askapache.com/htaccess/redirecting-wordpress-feeds-to-feedburner.html

Site Map for AskApache.com

HTTP Status Codes and ErrorDocuments: View the headers and returned content for all 57 Apache Response codes and ErrorDocuments. This is one of the absolute …
www.askapache.com/about/site-map/

cURL PHP Code Example Grabs Feed Subscribers from Google Reader

PHP curl example utilizing cookies, POST, and SSL options to login to Google Reader and fetch the number of subscribers for a particular feed url.
www.askapache.com/security/curl-google-post-feed.html

Using TIME_HOUR and TIME_MIN for htaccess RewriteCond

Describes the use of the TIME_HOUR and TIME_MIN variables with RewriteCond and RewriteRule in Apache .htaccess.
www.askapache.com/htaccess/using-time_hour-and-time_min-rewritecond-in-htaccess-2.html

Smart HTTP and HTTPS RewriteRule Redirects

Smarter SSL HTTPS to HTTP Redirections in .htaccess using RewriteRule to set an environment variable.
www.askapache.com/htaccess/http-https-rewriterule-redirect.html

503 Status Code Search Engine SEO

Nifty SEO tip to get Search Engine Bots to check your site every hour until you finish working on it and tell them you are finished.
www.askapache.com/htaccess/503-service-temporarily-unavailable.html

Online Security Scanner Tool

Online Security Scanner Tool Scans website for 27 Request Methods and outputs information disclosure, and vulnerabilities as well as how to secure your …
www.askapache.com/online-tools/request-method-scanner/

SSL Content Warning Security Fix

I used to run into the problem of having warning messages pop up when I accessed a page with secure and non-secure information and finally I found something …
www.askapache.com/htaccess/mixed-ssl-content-warning-secure-fixed.html

SetEnvIf and SetEnvIfNoCase Examples

SetEnvIf and SetEnvIfNoCase Examples for conditionally setting variables in Apache .htaccess.
www.askapache.com/htaccess/setenvif.html

Speed Up Google Analytics with urchin.js

Speed up Google Analytics on your site with this simple technique!
www.askapache.com/webmaster/faster-google-analytics-with-a-local-urchinjs.html


Ask.com

GigaBlast

Yahoo