View Single Post
  #4 (permalink)  
Old 11-26-2008, 06:13 PM
son son is offline
WebProWorld New Member
 
Join Date: May 2008
Posts: 20
son RepRank 0
Default Re: Search engine friendly urls

I tried it and it still does not do it. My entry is now:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^/services/[a-zA-Z0-9.-]$ /services.php?id=$1 [L]

The id is actually a word or a combination of two words combined with a minus sign (if that is where my problem lies)... I do not get why this is going nowhere. Always page not found...

Any ideas?

Son
Reply With Quote