Mod Rewrite Examples

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • megri
    Administrator

    • Mar 2004
    • 1135

    Mod Rewrite Examples

    I have tried to collect mod rewrite code examples which are commenly used

    Changing extensions on files, moving from .htm files to .html files.This can be achived with the following rule:

    RewriteRule (.*).htm$ $1.html [PT]
    Last edited by megri; 11-05-2005, 04:05 PM.
    Parveen K - Forum Administrator
    SEO India - TalkingCity Forum Rules - Webmaster Forum
    Please Do Not Spam Our Forum
Working...