djc
05-23-2005, 09:00 PM
Instructions to make SEO mode for FREEBS work under IIS.
first, go to http://www.isapirewrite.com
Run the .msi file to install it to your webserver.
Once installed, migrate to C:\Program Files\Helicon\ISAPI_Rewrite
open the httpd.ini file and add these rules:
RewriteRule /books/isbn([^.]+).html /books/book.php\?isbn=$1
RewriteRule /books/key-([^.]+)-(\d+).html /books/index.php\?key=$1&p=$2 [L]
Modify the path to your book directly. In the example, the book directory is off the root, hence the "/books" in both instances on both lines.
That's it!
first, go to http://www.isapirewrite.com
Run the .msi file to install it to your webserver.
Once installed, migrate to C:\Program Files\Helicon\ISAPI_Rewrite
open the httpd.ini file and add these rules:
RewriteRule /books/isbn([^.]+).html /books/book.php\?isbn=$1
RewriteRule /books/key-([^.]+)-(\d+).html /books/index.php\?key=$1&p=$2 [L]
Modify the path to your book directly. In the example, the book directory is off the root, hence the "/books" in both instances on both lines.
That's it!