Page is a not externally linkable
Monksp - 6:36 pm on Jun 6, 2005 (gmt 0)
RewriteEngine on Now, I want to rewrite my url's that have dynamic content so they are more search engine / user friendly. Everything I read and try does not seem work for me. I added the following: Options +FollowSymLinks But when I go to a page www.site.com/file.php?prod=1 the url does not change. I think I need a jump start to help me understand. Thanks!
To deal with the www. vs non-www I have the following and it works fine.
RewriteCond %{HTTP_HOST}!^www\.site\.com
RewriteRule ^(.*)$ [site.com...] [R=301,L]
RewriteRule file(.*)\.htm$ /file.php?prod=$1