|
Chapter 1: An Introduction to mod_rewrite: In this chapter I introduce mod_rewrite and why you might want to use it at all. Also, we discuss the many ways in which you can avoid using it, since the real expert on mod_rewrite knows when not to use it.Chapter 2: Regular Expressions: Regular expressions are an essential skill set when dealing with mod_rewrite. In this chapter you’ll learn how to craft your own RewriteRules, as well as understand those written by others. Chapter 3: Installing and Configuring mod_rewrite: In this chapter you’ll learn how to install mod_rewrite. Chapter 4: The RewriteRule Directive: The RewriteRule directive is the fundamental building block of URL rewriting. You’ll learn about the syntax and see several common examples of its use. Chapter 5: The RewriteCond Directive: This chapter discusses how RewriteCond allows you to make RewriteRules conditional, and thus introduces a kind of logic flow to rewriting. Chapter 6: The RewriteMap Directive: When rules become too complicated to express in your configuration file, you can call an external mechanism for the mapping. This chapter shows you how. Chapter 7: Basic Rewrites: Now that you know the building blocks, this chapter provides some more involved examples of what you can do with mod_rewrite. Chapter 8: Conditional Rewrites: This chapter provides some examples of how conditional rewrites help you solve common Apache problems. Chapter 9: Access Control: This chapter shows you how mod_rewrite can be used to restrict and control access to portions of your website. Chapter 10:Virtual Hosts: This chapter shows you how to dynamically create virtual hosts using mod_rewrite. Chapter 11: Proxying: This chapter describes how mod_rewrite can be used in conjunction with mod_proxy to map requests to back-end servers, provide load balancing, and otherwise offload requests to other servers. Chapter 12: Debugging: When the rules don’t work quite the way you had in mind, turn to this chapter for some debugging tools that can assist you in tracking down exactly why. Download Free ebook for linux: The Definitive Guide to Apache mod rewrite
|
Operating System
Chapter 1: An Introduction to mod_rewrite: In this chapter I introduce mod_rewrite and why you might want to use it at all. Also, we discuss the many ways in which you can avoid using it, since the real expert on mod_rewrite knows when not to use it.