Godaddy Hosting mod_rewrite with .htaccess Files

by Pete Freitag

I have been testing out the Linux ColdFusion hosting on Godaddy. One thing I use a lot however is mod_rewrite, but I've been having some issues so far. Here are some tips that I've found so far about this

Here's an example .htaccess file for mod_rewrite on Godaddy:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/foo /test.cfm?path=foo