View Single Post
  #1 (permalink)  
Old 11-26-2008, 04:50 AM
son son is offline
WebProWorld New Member
 
Join Date: May 2008
Posts: 20
son RepRank 0
Default Search engine friendly urls

Making urls search-engine-friendly I put the following entry in .htacess:
RewriteEngine On
RewriteRule ^/services/$1 /services.php?id=$1

I thought it would show me 'services.php?id=3' if I entered 'services/3' for example. Instead it says 'Page cannot be found'. The host confirmed there are no restriction with regard to rewrite engines, so I really do not understand what is going wrong. The entry is simillar to the ones I found as examples online. I would appreciate any help with this...

Son
Reply With Quote