[ISAPI_Rewrite]
# This file only needs to be used when hosting your website with Windows, IIS, and ISAPI_Rewrite.  Please read the liveSite installation guide for more information.

# The following rule enables search engine friendly URL's for Pages.
RewriteRule /pages/([^\?]*)(?:\?*)(.*) /livesite/get_page.php\?page=$1&$2

# The following rule enables search engine friendly URL's for Files.
RewriteRule /files/([^\?]*)(?:\?*)(.*) /livesite/get_file.php\?name=$1&$2

# The following rule secures the files directory.
RewriteRule /+livesite/+files.* / [I]

# The following rule enables the robots.txt file which helps search engines crawl a website.
RewriteRule /robots\.txt$ /livesite/get_robots.txt.php

# The following rule enables the sitemap.xml file which helps search engines find content.
RewriteRule /sitemap\.xml$ /livesite/get_sitemap.xml.php